Table of Contents
This sections includes information about new or changed features for managing users and groups in this Solaris release.
For a complete listing of new Solaris features and a description of Solaris releases, see What’s New in Solaris Express .
Solaris Express 5/06: The useradd command
now enables you to specify a default shell by using the
s
option
and a default skel
directory by using the
k
option.
For example:
# useradd -D [-s /usr/bin/ksh] [-k /export/home] foo
You can now also specify a base directory without using the
D
option.
For example:
# useradd [-b /export/home] foo
For more information on these changes, see the useradd ( 1M ) man page.