View Single Post
Posts: 755 | Thanked: 406 times | Joined on Feb 2008 @ UK
#7
Palm: You can see there that the chmod command did add the executable permission for all of your .sh scripts.
Code:
-rw-r--r--    1 user     users          77 Mar 22 17:27 GBackup.sh
-rw-r--r--    1 user     users         125 Mar 22 17:26 GLaunch.sh
-rw-r--r--    1 user     users         135 Mar 22 17:28 GRestore.sh
read/write

Code:
-rwxr-xr-x    1 user     users          77 Mar 22 17:27 GBackup.sh
-rwxr-xr-x    1 user     users         125 Mar 22 17:26 GLaunch.sh
-rwxr-xr-x    1 user     users         135 Mar 22 17:28 GRestore.sh
read/write/execute
 

The Following User Says Thank You to codeMonkey For This Useful Post: