Which command is used to assign read-write permission to the owner? chmod a+r file chmod o+r file chmod u=rw file chmod og-r file code example
Example 1: 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.
Example 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.