Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

chmod

chmod u=rwx,g=rx,o=r myfile

chmod 754 myfile

# 4 stands for "read",
# 2 stands for "write",
# 1 stands for "execute", and
# 0 stands for "no permission."
Source by www.computerhope.com #
 
PREVIOUS NEXT
Tagged: #chmod
ADD COMMENT
Topic
Name
5+4 =