Ubuntu目录与权限
Posted 知晓的老巢
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu目录与权限相关的知识,希望对你有一定的参考价值。
Ubuntu目录
/
/bin
/sbin
/boot
/etc
/mnt
/home
d :directory
- :file
b :block 磁盘以块进行
l :link
Ubuntu权限
User Group Other
r :read
w :write
x :execute
- :none
权限设置形式
权限修改
chmod u+w xxx
chmod u+rw xxx
chmod u+rwx xxx
chmod ug+rwx xxx
chmod ugo+x
chmod a+rwx
chmod u-w xxx
chmod u-rw xxx
chmod 644 xxx
chmod 777 xxx
以上是关于Ubuntu目录与权限的主要内容,如果未能解决你的问题,请参考以下文章