Changes

Jump to: navigation, search

Managing Ubuntu Linux Users and Groups

280 bytes added, 15:25, 5 July 2007
Deleting a User from an Ubuntu Linux System
<pre>
sudo deluser --remove-all-files john
</pre>
 
The files in the user's home directory can also be backed up to another location before the directory is deleted using --backup-to commandline option together with the path to the backup directory:
 
<pre>
sudo deluser --backup-to /oldusers/backups/john --remove-home john
</pre>
== Adding a New Group to an Ubuntu Linux System ==

Navigation menu