author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Thu, 08 Jan 2009 17:54:39 +0200 | |
changeset 15 | 1b3d578ff75c |
parent 1 | 743f7a15697a |
child 30 | dfe25e0fd9a2 |
permissions | -rw-r--r-- |
-*- outline -*- *Solaris Add new user: $ useradd -d /export/home/fred -m -s /bin/ksh -c "Fred Smith" fred where -d path to HOME dir, -m make home directory and copy the default skeleton files, -s your favourite shell, -c your full name. On Solaris /home dir inaccessible for creating home dir. Change attribute already existing user: $ usermod -d /export/home/new-home-dir -s /usr/bin/bash