Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
 
PREVIOUS NEXT
Tagged: #set #executable #permissions #linux
ADD COMMENT
Topic
Name
9+4 =