User management: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(Created page with " == Add user with specific uid and guid without home == sudo useradd -M -uxxxx -gyyyy aaa == References == <references />")
 
 
(One intermediate revision by the same user not shown)
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
 
where uid = xxxx, gid = yyyy
sudo useradd -M -uxxxx -gyyyy aaa


== References ==
== References ==
<references />
<references />

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