|
|
Optional user type labels are provided for sites wishing to distinguish between different types of users.
To change the type for an account, use this command line:
usermod -x "{userType type}" user
where user s the name of the account and
type is one of:
root
operator
sso
admin
pseudo
general
retired
To change the system default used for account creation, use this command line:
usermod -D -x "{userType type}"
By default user accounts have the type label of ``general'', and you need not change it. Anonymous accounts like sysinfo and uucp have the label ``pseudo-user''. Each pseudo-user has an accountable user, who is considered responsible for that account. (For example, root, an individual, is defined as the accountable user for all pseudo-user accounts.)