Changes

From SME Server
Jump to navigationJump to search
No change in size ,  00:37, 18 December 2014
Line 118: Line 118:     
====UID/GID====
 
====UID/GID====
 +
* see informations of a user
 +
id USER
 +
*change the uid of a user
 +
usermod -u '''UID''' USER_NAME
 
* create a group
 
* create a group
 
  groupadd -g '''GID''' -o GROUPE_NAME
 
  groupadd -g '''GID''' -o GROUPE_NAME
Line 126: Line 130:  
* add a secondary group to a user
 
* add a secondary group to a user
 
  usermod -a -G '''GROUP_NAME_OR_GID''' USER_NAME
 
  usermod -a -G '''GROUP_NAME_OR_GID''' USER_NAME
*change the uid of a user
  −
usermod -u '''UID''' USER_NAME
  −
* see informations of a user
  −
id USER
      
====Manual Settings for specific Needs====
 
====Manual Settings for specific Needs====

Navigation menu