CHCON(1) | 使用者命令 | CHCON(1) |
名稱
chcon - 修改檔案安全上下文
概述
chcon [選項]...
上下文 檔案...
chcon [選項]... [-u 使用者]
[-r 角色] [-l 範圍] [-t
型別] 檔案...
chcon [選項]...
--reference=參考檔案 檔案...
描述
將每個指定檔案的安全上下文變更至指定上下文。使用 --reference 選項時,把指定檔案的安全上下文設定為與參考檔案相同。
必選引數對長短選項同時適用。
- --dereference
- 影響每個符號連結的原始引用檔案(這是預設行為),而非符號連結本身
- -h, --no-dereference
- 隻影響符號連結,而非被引用的任何檔案
- -u, --user=使用者
- 設定指定使用者的目標安全上下文
- -r, --role=角色
- 設定指定角色的目標安全上下文
- -t, --type=型別
- 設定指定型別的目標安全上下文
- -l, --range=範圍
- 設定指定範圍的目標安全上下文
- --no-preserve-root
- 不特殊對待“/”(預設行為)
- --preserve-root
- 不允許在“/”上遞迴操作
- --reference=參考檔案
- 使用指定參考檔案的安全上下文,而非指定的上下文值
- -R, --recursive
- 遞迴操作檔案和目錄
- -v, --verbose
- 為每個處理的檔案輸出診斷資訊
以下選項是在指定了 -R 選項時被用於設定如何遍歷目錄結構體系。如果您指定了多於一個選項,那麼只有最後一個會生效。
作者
由 Russell Coker 和 Jim Meyering 編寫。
報告錯誤
GNU coreutils 的線上幫助:
https://www.gnu.org/software/coreutils/
請向 https://translationproject.org/team/zh_CN.html
報告翻譯錯誤。
版權
Copyright © 2022 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
https://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
參見
完整文件請見:
https://www.gnu.org/software/coreutils/chcon
或者在本地使用: info
'(coreutils) chcon invocation'
跋
本頁面中文版由中文
man 手冊頁計劃提供。
中文 man
手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2022年9月 | GNU coreutils 9.1 |