Friday, 27 December 2024

List and change into diffrent shell.

list all shell in moc os

cat /etc/shells

print current shell 

echo $SHELL;

witch to bash shell

chsh  -s /bin/bash

then close your terminal and reopen it.


No comments:

Post a Comment