User management: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
 
Line 1: Line 1:


== Add user with specific uid and guid without home ==
== Add user with specific uid and gid without home ==
  sudo useradd -M -uxxxx -gyyyy aaa
  sudo useradd -M -uxxxx -gyyyy aaa
where uid = xxxx, gid = yyyy  
where uid = xxxx, gid = yyyy  

Latest revision as of 16:04, 4 January 2024

Add user with specific uid and gid without home

sudo useradd -M -uxxxx -gyyyy aaa

where uid = xxxx, gid = yyyy

References