first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Ubuntu 6.06: “Add a User on Ubuntu Server”; howtogeek.com

“The useradd command will let you add a new user easily from the command line:”

useradd <username>

“The adduser command is even easier than the useradd command, because it prompts you for each piece of information.”

adduser <username>

For more details, see:

http://www.howtogeek.com/howto/ubuntu/add-a-user-on-ubuntu-server/
mod date: 2008-06-12T02:31:09.000Z