Answers for "set executable permissions linux"

7

debian give write permission

sudo chmod -R 757 /var/www
Posted by: Guest on May-30-2020
0

set executable permissions linux

chmod +rwx filename #to add permissions.
chmod -rwx directoryname #to remove permissions.
chmod +x filename #to allow executable permissions.
chmod -wx filename #to take out write and executable permissions.
Posted by: Guest on September-07-2021

Code answers related to "set executable permissions linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language