User Tools

Site Tools


adding_users

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
adding_users [2021/04/29 15:51]
brandonm [Graphic Mode Operation] Word and punctuation fixes, plus AddUser must be run as root
adding_users [2021/04/29 15:58] (current)
brandonm [Deleting Users] Word and punctuation fixes, use root command prompts in code blocks
Line 52: Line 52:
 ====Text Mode Operation==== ====Text Mode Operation====
  
-In text mode, you will be guided through the operations from the terminal. This option can be used when you don't have full graphic (X-Windows) to the Administrative system (i.e. you are doing this from a remote location). To use the text mode simply type the following in a terminal on the administrative node (as the root user)+In text mode, you will be guided through the operations from the terminal. This option can be used when you don't have full graphics (X Window System) to the administrative system (i.e. when you are doing this from a remote location). To use the text modesimply type the following in a terminal on the administrative node (as the root user):
  
-  AddUser+  AddUser
   Enter the new users login name:   Enter the new users login name:
      
Line 61: Line 61:
 ====Using A List of Users==== ====Using A List of Users====
  
-When using the ''-u "filename"'' option with AddUser, a file can be used to add users in one step. To use a file with a list of users. The file format must be tab separated, with the following fields:+When using the ''-u "filename"'' option with AddUser, a file can be used to add multiple users in one step. The file format must be tab-separated, with the following fields:
  
   user-login <tab> first-name <tab> last-name <tab> email-address     user-login <tab> first-name <tab> last-name <tab> email-address  
Line 69: Line 69:
 ====Deleting Users==== ====Deleting Users====
  
-Similar to the ''AddUser'' program, ''DelUser'' will remove a user. A confirmation will be given before the deletion takes place and **the users home directory will be archived**. You can run it in the graphics mode:+Similar to the ''AddUser'' program, ''DelUser'' will remove a user. A confirmation will be given before the deletion takes place and **the user'home directory will be archived**. You can run it in the graphic mode:
  
-  $DelUser -g+  DelUser -g
      
 {{ :wiki:deluser-stp.png |DelUser Window}} {{ :wiki:deluser-stp.png |DelUser Window}}
Line 77: Line 77:
 Or, it can be run in text mode: Or, it can be run in text mode:
 <code> <code>
-  $DelUser+  DelUser
   Enter the name of the user to be DELETED:    Enter the name of the user to be DELETED: 
 </code> </code>
adding_users.1619711499.txt.gz ยท Last modified: 2021/04/29 15:51 by brandonm