国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Linux > 正文

Linux 文件夾給與用戶權限例子

2024-08-27 23:59:32
字體:
來源:轉載
供稿:網友

文件夾權限需要通過chown來進行設置了,下面我們來看一些利用chown來設置文件夾權限與查看與修改權限的例子.

問題:我有個keesail用戶,我想讓它有讀寫  local文件夾的權限,應該切換到root賬戶下用什么命令賦予keesail權限呢.

比如一個目錄dir,你的用戶名hengyang,執行下面命令就可以賦予用戶創建目錄的權限,用root用戶執行:chown hengyang.hengyang dir

答案:chown -R keesail:keesail ./local

賦予local目錄給keesail權限:chmod 760 ./local

賦予local目錄讀寫權限給keesail,別的用戶對這個目錄沒有任何權限.

補充:

1.查看目錄及當前文件,代碼如下:

  1. [root@localhost yuechaotian]# pwd 
  2. /home/yuechaotian 
  3. [root@localhost yuechaotian]# ll 
  4. //總用量 8  --Vevb.com 
  5. drwxr-xr-x  3 root root 4096 12月  7 14:52 study 
  6. drwxr-xr-x  2 root root 4096 12月  9 21:43 test 
  7. [root@localhost yuechaotian]# ll test 
  8. //總用量 12 
  9. -rwxr-xr-x  1 root root 11742 12月  9 21:43 conf.rd 

2.只改變目錄test的用戶及群組,并未改變目錄test下的文件用戶及群組,代碼如下:

  1. [root@localhost yuechaotian]# chown yuechaotian:dba test 
  2. [root@localhost yuechaotian]# ll 
  3. //總用量 8 
  4. drwxr-xr-x  3 root        root 4096 12月  7 14:52 study 
  5. drwxr-xr-x  2 yuechaotian dba  4096 12月  9 21:43 test 
  6. [root@localhost yuechaotian]# ll test 
  7. //總用量 12 
  8. -rwxr-xr-x  1 root root 11742 12月  9 21:43 conf.rd 

3.使用參數 -R,改變目錄 test 及其文件用戶和群組,代碼如下:

  1. [root@localhost yuechaotian]# chown root:root test 
  2. [root@localhost yuechaotian]# ll 
  3. //總用量 8 
  4. drwxr-xr-x  3 root root 4096 12月  7 14:52 study 
  5. drwxr-xr-x  2 root root 4096 12月  9 21:43 test 
  6. [root@localhost yuechaotian]# chown -R yuechaotian:dba test 
  7. [root@localhost yuechaotian]# ll 
  8. //總用量 8 
  9. drwxr-xr-x  3 root        root 4096 12月  7 14:52 study 
  10. drwxr-xr-x  2 yuechaotian dba  4096 12月  9 21:43 test 
  11. [root@localhost yuechaotian]# ll test 
  12. //總用量 12 
  13. -rwxr-xr-x  1 yuechaotian dba 11742 12月  9 21:43 conf.rd 

在 chmod 中使用 -R 參數,能達到同樣的效果:該文件夾內的所有文件/文件夾都改為指定的權限.

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 临西县| 高青县| 桐乡市| 潮安县| 友谊县| 十堰市| 逊克县| 大足县| 虎林市| 通州区| 岢岚县| 临海市| 资溪县| 莱阳市| 建阳市| 铜陵市| 厦门市| 乐都县| 凤冈县| 镇江市| 汽车| 思茅市| 洪湖市| 潜江市| 佛教| 昌江| 包头市| SHOW| 忻州市| 阿荣旗| 留坝县| 和政县| 万盛区| 龙南县| 古浪县| 湘潭市| 庄浪县| 庄浪县| 赫章县| 行唐县| 湟源县|