environment/bin/makeshell
2025-08-01 12:52:57 +02:00

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