Hiya All,

Just a quick tutorials on how to create a new user account for the command line in Linux.

-> open the terminal
-> su for root access
-> type 'adduser [account name]' (without quotes)
-> type passwd [account name] (again without quotes)
-> type in your password twice when it prompts you.