Answers for "how to know which shell is currently running"

0

linux which shell am i running

echo "$SHELL"
Posted by: Guest on January-16-2021
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 currently running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language