Linux --- chown 命令
引數:
user : 檔案擁有者的 ID
group : 檔案擁有者的組(group)
-R : 指定目錄以及其子目錄下的所有檔案
例子:
chown t1:t1group file1.txt
--- 將檔案 file1.txt 的擁有者設為 t1,擁有者的組設為 t1group
chown -R t1:t1group *
--- 將目前目錄下的所有檔案與子目錄的擁有者都設為 t1,擁有者的組設為 t1group
chown root /u
--- 把 /u 的擁有者設為 root
chown root:staff /u
--- 把 /u 的擁有者設為 root,擁有者的組設為 staff
相關文章
- linux每日命令(29):chown命令Linux
- Linux基礎命令---chownLinux
- 每天一個 Linux 命令(30): chown 命令Linux
- chown 命令簡介
- chown 命令使用方法
- UNix下chmod,chown命令 詳解
- linux 許可權 chownLinux
- 常用命令--chmod--chown--區別
- chown
- Linux常用命令之使用者許可權管理chmod、chown、chgrp、umask命令講解Linux
- 檔案許可權管理命令chmod,chown與文字搜尋命令grep
- [Bash] chmod and chown
- linux中 chmod +x和chmod u+x以及chownLinux
- chown與chmod的區別
- 函式chown、fchown、fchownat和lchown函式
- Linux命令—–CP命令Linux
- 【Linux命令】grep命令Linux
- Linux命令--ps命令Linux
- chown: /usr/local: Operation not permitted問題解決MIT
- linux為檔案/目錄分配使用者組/許可權(chown chgrp chmod)Linux
- linux命令大全-linux命令使用和管理Linux
- Linux命令(1)——xargs命令Linux
- Linux命令篇 - grep 命令Linux
- Linux命令篇 - sed 命令Linux
- Linux命令篇 - tar 命令Linux
- Linux命令列與命令Linux命令列
- linux命令 之 du 命令Linux
- linux命令:ping命令Linux
- Linux命令之lldptool命令Linux
- linux 命令Linux
- linux命令Linux
- Linux命令之rz命令與sz命令Linux
- linux每日命令(32):gzip命令Linux
- linux每日命令(18):whereis命令Linux
- linux每日命令(36):wc命令Linux
- linux每日命令(35):grep命令Linux
- linux每日命令(37):top命令Linux
- linux每日命令(39):lsof命令Linux