Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
tutorials:vps_debian [2011/04/30 15:01] – created clemenstutorials:vps_debian [2012/01/16 01:59] memnon
Line 24: Line 24:
 It is a good habit to create a regular user account for working, using "su" to obtain root privileges as needed. To create a regular user account: It is a good habit to create a regular user account for working, using "su" to obtain root privileges as needed. To create a regular user account:
  
-  useradd -m &lt;username&gt;+  useradd -m <username>
  
 This user will be able to perform administrative tasks by runing "su" to obtain superuser privileges using the root password. This user will be able to perform administrative tasks by runing "su" to obtain superuser privileges using the root password.