偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

chown 中文man頁面

系統(tǒng)
chown 修改每個由第一個非選項參數(shù)聲明的給定 file(文件) 的用戶和/或組的所有權.如下: 如果只給出了用戶名(或者數(shù)字用戶標識),那么該用戶即成為每個指定文件的所有者,而該文件的組別并不改變.如果用戶名后面緊跟著冒號和組名(或者是數(shù)字組標識),并且它們之間沒有空格,那么文件的組所有權也隨之改變.

名字

chown - 修改文件所有者和組別  

總覽

chown [options] user [:group] file...

POSIX 選項: [-R]

GNU 選項(最短格式): [-cfhvR] [--dereference] [--reference=rfile] [--help] [--version] [--]  

描述

chown 修改每個由***個非選項參數(shù)聲明的給定 file(文件) 的用戶和/或組的所有權.如下: 如果只給出了用戶名(或者數(shù)字用戶標識),那么該用戶即成為每個指定文件的所有者,而該文件的組別并不改變.如果用戶名后面緊跟著冒號和組名(或者是數(shù)字組標識),并且它們之間沒有空格,那么文件的組所有權也隨之改變.  

GNU細節(jié)

GNU版本允許使用一個點來替代冒號(學BSD的).[因為點是有效的用戶名中的字符,所以這不被POSIX所接納.]如果有一個冒號或者點,卻沒有組名跟在用戶名后,那么該用戶即成為文件的所有者,而且文件的組改為該用戶的登錄組.如果給定了冒號或者點,以及組,但是省略了用戶名,那么只有文件的組被修改;在這種情況下, chown 執(zhí)行的是與 chgrp 相同的功能.  

POSIX選項

-R
遞歸地修改目錄及其下面內(nèi)容的所有權.

GNU選項

-c, --changes
詳盡地描述每個 file 實際改變了哪些所有權.
-f, --silent, --quiet
不打印文件所有權不能修改的報錯信息.
-h, --no-dereference
只作用于其本身的符號鏈接,而不修改它們所指向的文件. 這只在提供了 lchown 系統(tǒng)調(diào)用的情況下才可用.
-v, --verbose
詳盡地描述對每個 file 所執(zhí)行的操作(或者無操作).
-R, --recursive
遞歸地修改目錄及其下面內(nèi)容的所有權.
--dereference
修改符號鏈接目標端的所有權,而非符號鏈接自身. (fileutils 4.0中實現(xiàn)的新功能.)
--reference=rfile
(fileutils 4.0中實現(xiàn)的新功能.) 修改 file 的所有權為 rfile 的所有權.

GNU標準選項

--help
在標準輸出上打印一條用法信息,并以成功狀態(tài)退出.
--version
在標準輸出上打印版本信息,然后以成功狀態(tài)退出.
--
終止選項列表.

環(huán)境變量

變量LANG, LC_ALL, LC_CTYPE和LC_MESSAGES取其常用義.  

遵循

POSIX 1003.2不允許使用點作為用戶名和組名的分隔符.  

備注

本頁描述了包括在fileutils-4.0包中的 chown; 其它版本會有細微差別. 請將您的修正和增補建議發(fā)到aeb@cwi.nl. 程序中的bugs請報告到 fileutils-bugs@gnu.ai.mit.edu.  

#p#

NAME

chown - change file owner and group  

SYNOPSIS

chown [OPTION]... OWNER[:[GROUP]] FILE...
chown [OPTION]... :GROUP FILE...
chown [OPTION]... --reference=RFILE FILE...  

DESCRIPTION

This manual page documents the GNU version of chown. chown changes the user and/or group ownership of each given file, according to its first non-option argument, which is interpreted as follows. If only a user name (or numeric user ID) is given, that user is made the owner of each given file, and the files' group is not changed. If the user name is followed by a colon or dot and a group name (or numeric group ID), with no spaces between them, the group ownership of the files is changed as well. If a colon or dot but no group name follows the user name, that user is made the owner of the files and the group of the files is changed to that user's login group. If the colon or dot and group are given, but the user name is omitted, only the group of the files is changed; in this case, chown performs the same function as chgrp.  

OPTIONS

Change the owner and/or group of each FILE to OWNER and/or GROUP. With --reference, change the owner and group of each FILE to those of RFILE.

-c, --changes
like verbose but report only when a change is made
--dereference
affect the referent of each symbolic link, rather than the symbolic link itself (this is the default)
-h, --no-dereference
affect each symbolic link instead of any referenced file (useful only on systems that can change the ownership of a symlink)
--from=CURRENT_OWNER:CURRENT_GROUP
change the owner and/or group of each file only if its current owner and/or group match those specified here. Either may be omitted, in which case a match is not required for the omitted attribute.
--no-preserve-root do not treat `/' specially (the default)
--preserve-root
fail to operate recursively on `/'
-f, --silent, --quiet
suppress most error messages
--reference=RFILE
use RFILE's owner and group rather than the specifying OWNER:GROUP values
-R, --recursive
operate on files and directories recursively
-v, --verbose
output a diagnostic for every file processed

The following options modify how a hierarchy is traversed when the -R option is also specified. If more than one is specified, only the final one takes effect.

-H
if a command line argument is a symbolic link to a directory, traverse it
-L
traverse every symbolic link to a directory encountered
-P
do not traverse any symbolic links (default)
--help
display this help and exit
--version
output version information and exit

Owner is unchanged if missing. Group is unchanged if missing, but changed to login group if implied by a `:'. OWNER and GROUP may be numeric as well as symbolic.  

AUTHOR

Written by David MacKenzie and Jim Meyering.  

REPORTING BUGS

Report bugs to <bug-coreutils@gnu.org>.  

COPYRIGHT

Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  

SEE ALSO

The full documentation for chown is maintained as a Texinfo manual. If the info and chown programs are properly installed at your site, the command

info coreutils chown

should give you access to the complete manual.

責任編輯:韓亞珊 來源: CMPP.net
相關推薦

2011-08-15 10:21:09

man中文man

2011-08-24 16:48:36

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-11 15:03:21

ACCESS中文man

2011-08-11 15:28:43

ali中文man

2011-08-11 16:31:49

biff中文man

2011-08-11 17:16:43

cce中文man

2011-08-11 18:05:04

chvt中文man

2011-08-11 18:13:07

clear中文man

2011-08-12 09:13:02

df中文man

2011-08-12 09:38:06

dircolors中文man

2011-08-12 09:44:37

dirname中文man

2011-08-12 10:20:02

echo中文man

2011-08-12 10:25:55

eject中文man

2011-08-12 11:07:19

git中文man

2011-08-12 13:18:19

head中文man

2011-08-12 13:49:23

hostid中文man

2011-08-12 13:54:46

hostname中文man

2011-08-12 14:53:56

kill中文man
點贊
收藏

51CTO技術棧公眾號