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 ...
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