Answers for "chmod 400 command meaning"

-1

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.
Posted by: Guest on January-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language