RASG
Regular Contributor
Hi.
Im trying to execute a shell script from /jffs but it says Permission denied
The script is executable
If anyone could help me understand whats going on...
Im trying to execute a shell script from /jffs but it says Permission denied
Code:
root@DD-WRT:/jffs# ./ myscript.sh
-sh: ./: Permission denied
root@DD-WRT:/jffs#
The script is executable
Code:
root@DD-WRT:/jffs# ls -la
drwxrwxrwx 7 root root 0 Nov 11 12:18 .
drwxr-xr-x 15 root root 162 Jul 24 09:01 ..
-rwxrwxrwx 1 root root 3990 Nov 7 19:24 myscript.sh
root@DD-WRT:/jffs#
If anyone could help me understand whats going on...