View Single Post
Old 09-24-2012   #137
r07f1
Member
 
Join Date: Jan 2011
Posts: 187
Likes: 51
Liked 62 Times in 39 Posts
Mentioned: 9 Post(s)
Tagged: 0 Thread(s)
@xerxesrex busybox mounts stuff read only...

you can run it using without the need to chmod by directly calling the interpreter:
sh "script_name.sh" <- without the "

or:
copy the script from the usb thingy to '/' or '/tmp' then chmod and run

PS: oh If you mount your usb with rw access and it is formated in fat or ntfs you can't chmod the file since these fs are not posix compliant.
r07f1 is offline   Reply With Quote