Posts Tagged ‘chsh’

chsh – change your login shell
USAGE
chsh [ -s shell ] [ -l ] [ -u ] [ -v ] [ username ]

DESCRIPTION
chsh is used to change your login shell. If a shell is not given on
[...]

Wednesday, August 26th, 2009 at 22:28 | Comments Off
Categories: c

useradd – Create a new user or update default new user information
USAGE
useradd [-c comment] [-d home_dir]
[-e expire_date] [-f inactive_time]
[...]

Wednesday, August 26th, 2009 at 02:15 | Comments Off
Categories: A, U
TOP