Adding users
- Athena:
/bin/athena/hesinfo user passwd >>
/etc/passwd
- local: edit /usr/sbin/adduser so that it says
FIRST_UID=32000 and FIRST_GID=32000
(they're 500 by default; this conflicts w/Athena.)
- ...then type
/usr/sbin/adduser name
where name is the new user's username.
- Use /usr/bin/passwd to give the new user a password and
/usr/bin/chfn to set a real name for him/her.
- Propagate changes to /etc/passwd.local and /etc/group.local if
needed.
Next
Last modified: Thu Jan 9 17:56:20 1997