To remove/delete a user, first you can use:
To modify the username of a user:
A command to list all users? And how to add, delete, modify users? - Ask Ubuntu
sudo userdel usernameThen you may want to delete the home directory for the deleted user account :sudo rm -r /home/username(Please use with caution the above command!)
To modify the username of a user:
usermod -l new_username old_usernameTo change the password for a user:sudo passwd usernameTo change the shell for a user:sudo chsh usernameTo change the details for a user (for example real name):sudo chfn usernameA command to list all users? And how to add, delete, modify users? - Ask Ubuntu
No comments:
Post a Comment