Open jonjonw opened 6 years ago
If you add the -r flag to the adduser command it will be allocated as a system user and assigned an id in a different range. This seems appropriate for such a user. The -r flag can be passed to groupadd as well
-r
adduser
groupadd
If you add the
-r
flag to theadduser
command it will be allocated as a system user and assigned an id in a different range. This seems appropriate for such a user. The -r flag can be passed togroupadd
as well