Bonjour
Bonjour
TTermux
Created by Bonjour on 7/23/2024 in #support
How can I fix this?
No description
20 replies
TTermux
Created by Bonjour on 7/19/2024 in #support
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:
include <stdio.h>
int main(){

printf("I\nlike\n\nPizza\n&\nC-ProgragmmingLanguage>

return 0;

}
include <stdio.h>
int main(){

printf("I\nlike\n\nPizza\n&\nC-ProgragmmingLanguage>

return 0;

}
---------------------------------------- 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