Answers for "give permission to script in linux"

22

linux give permission to folder

sudo chmod -R a+rwx /path/to/folder
Posted by: Guest on June-08-2020
3

how to give all permission to a directory in linux

sudo chmod -R ugo+rwx /path/to/folder

// @Zenonymous
Posted by: Guest on December-17-2021
-2

how to set execute permission in linux

chmod -x script-name-here.sh #Change the "script-name-here" to the name of your .sh file.
Posted by: Guest on October-18-2020

Code answers related to "give permission to script in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language