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