| adduser | 
		 		 | 
		
				
		 		 | 
		
				
		 		 | 
					
adduserCreating Users Exercise: Let's create a new user called john. Example: adduser john Create a password for john. passwd john smith14 (Unix will return warning if the word is a dictionary word) Create a directory for john mkdir /home/john You will find that the directory is already created by default. 
  |