November 21, 2012, 2:14 PM — Here's how you can add or remove user accounts from the terminal in Linux Mint 13.
Add a User Account
1. Open a terminal window.
2. Type in the following command then hit Enter.
sudo useradd username
Remove a User Account
1. Open a terminal window.
2. Type in the following commands then hit Enter.
sudo userdel username
sudo rm -r /home/username/
For more, see the original article at the link below.

How To Add/Remove Users Accounts From The Terminal On Ubuntu 12.10/12.04 | Up Ubuntu


















