Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

chmod 400 command meaning

chmod 400 myfile - Gives the user read permission, and removes all other permission. 
These permissions are specified in octal, the first char is for the user, second for the group and the third is for other.
 
PREVIOUS NEXT
Tagged: #chmod #command #meaning
ADD COMMENT
Topic
Name
7+4 =