关于Linux下的读写执行权限以及对应编码:
--- 0 no_excute no_write no_read --x 1 excute -w- 2 write -wx 3 write_excute r-- 4 read r-x 5 read_excute rw- 6 read_write rwx 7 read_write_excute