HOWTO: Delete a User from a GNU/Linux System?
Ho to delete a user from a GNU/Linux system.
To delete user Paul, open up a terminal window. Become root and type:
userdel paul
Related Stories
POSTED IN: How To
by Jon on October 26th, 2005
Ho to delete a user from a GNU/Linux system.
To delete user Paul, open up a terminal window. Become root and type:
userdel paul
POSTED IN: How To
Howtos, Explanations, and Good Ole' Geeky Fun!
Written by Clair Ching [email] for b5media.
1 opinion for HOWTO: Delete a User from a GNU/Linux System?
im_an_alien
Jun 11, 2008 at 8:11 am
You can use -r to also delete their home directory.
userdel -r paul
Have an opinion? Leave a comment: