chown.8
来自「操作系统设计与实现源码」· 8 代码 · 共 60 行
8
60 行
CHOWN(8) Minix Programmer's Manual CHOWN(8)
NAME
chown - change owner
SYNOPSIS
chown [-R] owner[:group] file ...
OPTIONS
-R Change directory hierarchies
EXAMPLES
chown ast file1 file2
# Make ast the owner of the files
chown -R ast:other dir
# Change the owner and group of all files in dir
DESCRIPTION
The owner field (and optionally group field) of the named files is
changed to owner (i.e., login name specified) and group . Alternatively,
a decimal uid(gid) may be specified instead of a user name. Only the
superuser may execute this command.
SEE ALSO
chgrp(1), chmod(1), ls(1), chown(2).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?