User management

From HPCWIKI
Jump to navigation Jump to search

Add user with specific uid and guid without home

sudo useradd -M -uxxxx -gyyyy aaa

where uid = xxxx, gid = yyyy

References