久久国产成人av_抖音国产毛片_a片网站免费观看_A片无码播放手机在线观看,色五月在线观看,亚洲精品m在线观看,女人自慰的免费网址,悠悠在线观看精品视频,一级日本片免费的,亚洲精品久,国产精品成人久久久久久久

分享

Linux怎么設置文件文件夾的權限chmod命令

 GLL_ 2018-04-12

NAME
       chmod - 改變文件的訪問權限

總攬
       chmod [options] mode file...

POSIX 選項:
       [-R]

       GNU  選項  (最短方式): [-cfvR] [--reference=rfile] [--help] [--version]
       [--]

描述
       使用chmod命令改變指定文件訪問權限有兩種方式:一種是用符號
       標記所進行更改,另一種方式是采用8進制數(shù)指定新的訪問權限,。


?POSIX 選項
       -R 改變目錄及目錄下的內(nèi)容的訪問權限.

GNU 選項
       -c, --changes
              只有在文件的權限確實改變時才進行詳細的說明

       -f, --silent, --quiet
              不輸出權限不能改變的文件的錯誤信息

       -v, --verbose
              詳細說明權限的變化

       -R, --recursive
              改變目錄及其所有子目錄的文件的權限

?

?tarena@ubuntu:~/uc/day07$ chmod -R a-x aaa
tarena@ubuntu:~/uc/day07$ cd aaa
bash: cd: aaa: 權限不夠
?
?tarena@ubuntu:~/uc/day07$ chmod -R a-x aaa
chmod: 無法讀取目錄"aaa": 權限不夠
tarena@ubuntu:~/uc/day07$ ls -l
總用量 16
d-w--w---- 2 tarena tarena 4096  4月 12 22:02 aaa
-rw-rw-r-- 1 tarena tarena   26  4月 11 13:13 day07.txt
-rw-rw-r-- 1 tarena tarena    8  4月 11 13:55 hello2.c
-rw-rw-r-- 1 tarena tarena    8  4月 11 13:24 hello.c
tarena@ubuntu:~/uc/day07$

?
?tarena@ubuntu:~/uc/day07$ chmod -R a+x aaa
chmod: 無法讀取目錄"aaa": 權限不夠
tarena@ubuntu:~/uc/day07$ cd aaa
tarena@ubuntu:~/uc/day07/aaa$
?
?tarena@ubuntu:~/uc/day07$ ls -l
總用量 16
d-wx-wx--x 2 tarena tarena 4096  4月 12 22:02 aaa
-rw-rw-r-- 1 tarena tarena   26  4月 11 13:13 day07.txt
-rw-rw-r-- 1 tarena tarena    8  4月 11 13:55 hello2.c
-rw-rw-r-- 1 tarena tarena    8  4月 11 13:24 hello.c


?

    本站是提供個人知識管理的網(wǎng)絡存儲空間,所有內(nèi)容均由用戶發(fā)布,,不代表本站觀點,。請注意甄別內(nèi)容中的聯(lián)系方式、誘導購買等信息,謹防詐騙,。如發(fā)現(xiàn)有害或侵權內(nèi)容,,請點擊一鍵舉報。
    轉藏 分享 獻花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多