author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 16 Feb 2009 21:35:39 +0200 | |
changeset 26 | 668e8fc73f20 |
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