User management: Difference between revisions
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 />") |
|||
Line 1: | Line 1: | ||
== Add user with specific uid and guid without home == | == Add user with specific uid and guid without home == | ||
sudo useradd -M -uxxxx -gyyyy aaa | |||
where uid = xxxx, gid = yyyy | |||
sudo useradd -M -uxxxx -gyyyy aaa | |||
== References == | == References == | ||
<references /> | <references /> |
Revision as of 16:02, 4 January 2024
Add user with specific uid and guid without home
sudo useradd -M -uxxxx -gyyyy aaa
where uid = xxxx, gid = yyyy