Answers for "how to give permissions to a script in linux"

22

linux give permission to directory

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

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-14-2020

Code answers related to "how to give permissions to a script in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language