📜  chmod 400 命令含义 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:53.632000             🧑  作者: Mango

代码示例1
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.