Difference between revisions of "User Management"
From Briki
Line 4: | Line 4: | ||
</pre> | </pre> | ||
− | See ''man adduser'' for more options. | + | See ''man adduser'' for more options. NB. Maximum username length is 8 chars - although this script won't enforce it, it will stop many processes/tools from displaying the username properly. |
Revision as of 10:26, 23 June 2006
To add a system user suitable for running daemon processes, run:
adduser --system --no-create-home --group userid
See man adduser for more options. NB. Maximum username length is 8 chars - although this script won't enforce it, it will stop many processes/tools from displaying the username properly.