切换深色或浅色模式
u
+
r
4
g
-
w
2
o
=
x
1
a
ls -l <名称>
d
所有者可读写执行、组成员和其它用户只读:
sudo chmod u=rwx,g=r,o=r <文件名>
sudo chmod 744 <文件名>
sudo chmod 755 <目录名>