Not open for Bash programmer

I can’t open the bash program on my computer, is there any way to open it guys?

Please be specific @Aaa_Santhosh. What do you want to do here ?

Do you know which shell you are currently using right now ? To find out put this cmd in your terminal ps -p $$

Also check the list of installed shells in your system by running below command cat /etc/shells

I see the bash command before last line executed without any error means you are already in bash shell.

Really unsure what you are trying to do here.
Please give more details what you want to do with bash, so that we can help you

1 Like

bro i wanted to learn bash program and i asked my college friend how to install bash and i kept doing what he said but bash program can’t start pls help me thanks bro

Check the version of bash installed on Kali Linux:
Run the command:

bash --version

This command will display the version of Bash that is installed by default on Kali Linux.

1 Like

Bash is already available in your system.

If you want to learn shell scripting, there are lot of resources available in the internet.

If you like watching videos:

Or if you like reading man sh Read this man page to learn shell scripting

2 Likes

easy to debug errors
use shellcheck

1 Like

Thank you so much bro

1 Like

Thank you so much

1 Like

Big thanks bro

1 Like