User Management

From Briki
Revision as of 11:26, 23 June 2006 by Andrew (talk)
Jump to: navigation, search

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.