GNU/Linux

Deleting User Accounts With userdel in Linux

Deleting User Accounts With userdel in Linux The userdel command takes a single argument, which is the login name of the account to delete. If you supply the optional -r option, it also deletes the user’s home directory and all the files in it. To delete the user account with login name mary, you would [...]