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:49]
brandonm [Adding and Deleting Users] GUI versions of scripts don't need to be run from terminal (according to following section)
adding_users [2021/04/29 15:58] (current)
brandonm [Deleting Users] Word and punctuation fixes, use root command prompts in code blocks
Line 35: Line 35:
 ====Graphic Mode Operation==== ====Graphic Mode Operation====
  
-There are also entries for GUI version of  "User Add" and "User Delete" in the Applications/System Tools menu (only visible to the root user). An example menu is shown below. +There are also entries for GUI versions of  "User Add" and "User Delete" in the Applications/System Tools menu (only visible to the root user). An example menu is shown below. 
  
 {{ :wiki:applications-menu.png?340 |}} {{ :wiki:applications-menu.png?340 |}}
Line 41: Line 41:
 The "User Add" and "User Delete" scripts can be started from the GUI or run from the command line as ''root'' in a terminal window. The "User Add" and "User Delete" scripts can be started from the GUI or run from the command line as ''root'' in a terminal window.
  
-  $AddUser -g+  AddUser -g
      
 And a graphical window will open. And a graphical window will open.
Line 48: Line 48:
  
  
-Enter the appropriate fields and click ''OK'' The process is straight forward and most inputs are checked.  +Enter the appropriate fields and click ''OK''The process is straightforward and most inputs are checked.  
  
 ====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.1619711393.txt.gz · Last modified: 2021/04/29 15:49 by brandonm