User management

From HPCWIKI
Revision as of 16:04, 4 January 2024 by Admin (talk | contribs) (→‎Add user with specific uid and guid without home)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Add user with specific uid and gid without home

sudo useradd -M -uxxxx -gyyyy aaa

where uid = xxxx, gid = yyyy

References