14 lines
191 B
Text
14 lines
191 B
Text
|
|
|
|
cp ./shell /usr/bin/shell
|
|
|
|
|
|
# append to /etc/shells
|
|
# /etc/shells
|
|
|
|
|
|
# useradd -mg users -s /usr/bin/shell user
|
|
# chsh -s /usr/bin/shell user
|
|
|
|
# For the cuurent user
|
|
#chsh -s /usr/bin/shell
|