environment/bin/makeshell

15 lines
191 B
Text
Raw Normal View History

2025-08-01 12:52:57 +02:00
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