Bonjour
Bash: Permission Denied
Hello! 🤗
When I run the following commands (the responses termux gives are also written btw) I get an annoying error:
cd /storage/emulated/0/Coding/C/
clang HelloWorld.c -o Hi
ls
Termux: HelloWorld.c Hi
./Hi
bash: ./Hi: Permission Denied---------------------------------------- C Code in HelloWorld.c: ---------------------------------------- I have tried using: chmod +x Hi chmod u+x Hi termux-setup-storage ,but none of these work. Can someone please help me? & thanks in advance.
17 replies