Answers for "know shell version"

2

check bash version

bash --version
Posted by: Guest on December-17-2020
0

how to know which shell is specified for linux

ps -p $$ – Display your current shell name reliably.
echo "$SHELL" – Print the shell for the current user but not necessarily the shell that is running at the movement.
Posted by: Guest on August-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language