Sun Solaris
System Administration
Network
Links
Add A User
To add a user:
useradd -d /some/directory/username -s /bin/ksh username
passwd username
mkdir /some/directory/username
chmod 755 /some/directory/username
chown username /some/directory/usernameThere is a script called /usr/local/bin/useradd.sh which will basically execute the above commands. Usage is:
/usr/local/bin/useradd.sh username
Install Sun Solaris 8
- Turn on the box
- Pop the CD into the drive
- At the "ok" prompt run "boot cdrom"
- Follow the prompts.
- Install any necessary patches