小智 13
来自http://en.wikipedia.org/wiki/File_system_permissions#Octal_notation:
0 --- no permission
1 --x execute
2 -w- write
3 -wx write and execute
4 r-- read
5 r-x read and execute
6 rw- read and write
7 rwx read, write and execute
Run Code Online (Sandbox Code Playgroud)
第一个数字代表所有者,第二个数字代表组,第三个数字代表所有人。所以 654 意味着为所有者读取和写入,为组读取和执行,只为其他人读取。
| 归档时间: |
|
| 查看次数: |
2651 次 |
| 最近记录: |