Difference between revisions of "Bright:Add user gui"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== Add A user == #Open the GUI #Click Users & Groups #Click Add #Fill in the details #Click OK")
 
 
Line 1: Line 1:
== Add A user ==
+
== Add User (cmgui) ==
  
 
#Open the GUI
 
#Open the GUI
Line 6: Line 6:
 
#Fill in the details
 
#Fill in the details
 
#Click OK
 
#Click OK
 +
 +
== Add User (cmsh) ==
 +
<syntaxhighlight>
 +
[root@head-boston ~]# cmsh
 +
[head-boston]% user add user roland
 +
[head-boston->user*[roland*]]% set homedirectory /home/roland
 +
[head-boston->user*[roland*]]% set password ********
 +
[head-boston->user*[roland*]]% commit
 +
[head-boston->user[roland]]% show
 +
Parameter                      Value                                         
 +
------------------------------ ------------------------------------------------
 +
Common name                    roland                                         
 +
Expiration date                2038/1/1                                       
 +
Group ID                      1012                                           
 +
Home directory                /home/roland                                   
 +
Inactive                      0                                               
 +
Last change                    2013/12/23                                     
 +
Login shell                    /bin/bash                                       
 +
Password                      *********                                       
 +
Profile                                                                       
 +
Revision                                                                       
 +
Shadow max                    999999                                         
 +
Shadow min                    0                                               
 +
Shadow warning                7                                               
 +
Sur name                      roland                                         
 +
User ID                        1012                                           
 +
User name                      roland                                         
 +
email                                                                         
 +
[head-boston->user[roland]]%
 +
</syntaxhighlight>

Latest revision as of 16:29, 23 December 2013

Add User (cmgui)

  1. Open the GUI
  2. Click Users & Groups
  3. Click Add
  4. Fill in the details
  5. Click OK

Add User (cmsh)

[root@head-boston ~]# cmsh 
[head-boston]% user add user roland 
[head-boston->user*[roland*]]% set homedirectory /home/roland
[head-boston->user*[roland*]]% set password ********
[head-boston->user*[roland*]]% commit
[head-boston->user[roland]]% show 
Parameter                      Value                                           
------------------------------ ------------------------------------------------
Common name                    roland                                           
Expiration date                2038/1/1                                         
Group ID                       1012                                             
Home directory                 /home/roland                                     
Inactive                       0                                                
Last change                    2013/12/23                                       
Login shell                    /bin/bash                                        
Password                       *********                                        
Profile                                                                         
Revision                                                                        
Shadow max                     999999                                           
Shadow min                     0                                                
Shadow warning                 7                                                
Sur name                       roland                                           
User ID                        1012                                             
User name                      roland                                           
email                                                                           
[head-boston->user[roland]]%