You can delete the user rbu2 using the following command:
sudo userdel rbu2
If you also want to remove the user's home directory and mail spool, you can use the -r option:
sudo userdel -r rbu2
You can delete the user rbu2 using the following command:
sudo userdel rbu2
If you also want to remove the user's home directory and mail spool, you can use the -r option:
sudo userdel -r rbu2
0 Comments