Bonjour
bash: ./filename: Permission Denied
I know it's kinda weird thar I am replying after 3/4 months but whatever I just wanted to give you a quick solution. but first, I am assuming you know how to use a text editor in termux. if you don't, you may check a tutorial or something then read the rest of this comment.
#!bin@fish said that you need to do it in the termux home file, but let's be realistic we all wanna run bash in the coding folder we made (whether it's in the internal storage or sd card)
so, the best way to do it is by adding a command "run" that runs your little script no matter where it is.
So, do the following:
this will open the bash.bashrc, which runs commands automatically the moment you open termux, in a text editor called nano. Termux has this text editor pre-installed afak but if you have another text editor you may also use it.
after you open it, go to the bottom and add the following new commands:
this will add 2 new commands you may use.
bedit
Use it to open the bash.bashrc file in nano.
run
use it to fix your issue
10 replies