Answers for "how to know which shell is specified for linux"

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 "how to know which shell is specified for linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language