init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
14
bin/makeshell
Normal file
14
bin/makeshell
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue