First page Back Continue Last page Overview

 

Modifying / Deleting Accounts

 
  • To change fields in a user's /etc/passwd entry you can:

    • Edit the file by hand
    • Use usermod [options] username
  • To remove a user either:

    • Manually remove the user from /etc/passwd,
    • /etc/shadow, /etc/group, /var/spool/mail
  • Use userdel [-r] username