Man page - chgrp(1)
Packages contas this manual
- timeout(1)
- ls(1)
- uname(1)
- runcon(1)
- nohup(1)
- dir(1)
- hostid(1)
- paste(1)
- sum(1)
- who(1)
- join(1)
- factor(1)
- touch(1)
- chown(1)
- md5sum(1)
- nl(1)
- mkdir(1)
- tac(1)
- false(1)
- stat(1)
- chmod(1)
- sha224sum(1)
- mktemp(1)
- readlink(1)
- seq(1)
- echo(1)
- comm(1)
- tsort(1)
- mkfifo(1)
- unexpand(1)
- cp(1)
- sha256sum(1)
- shred(1)
- tee(1)
- uniq(1)
- expr(1)
- sha384sum(1)
- basenc(1)
- ptx(1)
- fmt(1)
- chcon(1)
- wc(1)
- realpath(1)
- mv(1)
- sha512sum(1)
- yes(1)
- vdir(1)
- printf(1)
- b2sum(1)
- mknod(1)
- tail(1)
- chroot(8)
- tr(1)
- [(1)
- od(1)
- cut(1)
- date(1)
- cat(1)
- du(1)
- pr(1)
- fold(1)
- dirname(1)
- sha1sum(1)
- printenv(1)
- numfmt(1)
- nproc(1)
- chgrp(1)
- sync(1)
- ln(1)
- pwd(1)
- install(1)
- base64(1)
- test(1)
- true(1)
- cksum(1)
- tty(1)
- rmdir(1)
- expand(1)
- link(1)
- df(1)
- stty(1)
- dd(1)
- split(1)
- truncate(1)
- dircolors(1)
- head(1)
- shuf(1)
- id(1)
- basename(1)
- users(1)
- base32(1)
- nice(1)
- sort(1)
- sleep(1)
- unlink(1)
- logname(1)
- whoami(1)
- pathchk(1)
- rm(1)
- csplit(1)
- groups(1)
- stdbuf(1)
- arch(1)
- env(1)
- pinky(1)
apt-get install coreutils
Available languages:
en fr pt_BR es pl vi nb ko nl da cs tr hu sv ja fi ru ro zh_TW sr zh_CN deManual
| CHGRP(1) | 사용자 명령 | CHGRP(1) |
이름
chgrp - change group ownership
요약
chgrp [옵션]... 그룹
파일...
chgrp [옵션]...
--reference=참조파일 파일...
설명
각 파일의 그룹을 그룹으로 바꿉니다. --reference 옵션을 주면 각 파일의 그룹을 참조파일 의 그룹으로 바꿉니다.
- -c, --changes
- 자세한 출력 모드와 같지만 바뀐 내용이 있을 때만 알립니다
- -f, --silent, --quiet
- 대부분의 오류메시지를 숨깁니다
- -v, --verbose
- 처리되는 모든 파일에 대해 진단 메시지를 출력합니다
- --dereference
- 심볼릭 링크 자체에 영향을 주기보다는, 각 심볼릭 링크의 참조에 영향을 줍니다(기본값)
- -h, --no-dereference
- 참조 파일 대신 심볼릭 링크에 영향을 줍니다 (심볼릭 링크 소유권을 바꿀 수 있는 시스템에만 해당합니다)
- --from=CURRENT_OWNER:CURRENT_GROUP
- change the ownership 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
- '/'를 특별하게 다루지 않습니다 (기본)
- --preserve-root
- '/' 경로의 하위 연속 처리 요청에 실패를 반환합니다
- --reference=참조파일
- use RFILE's ownership rather than specifying values. RFILE is always dereferenced if a symbolic link.
- -R, --recursive
- 하위 파일과 디렉터리도 처리합니다
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. -P is the default.
폐제
- chgrp staff /u
- /u의 그룹을 "staff"으로 바꿉니다.
- chgrp -hR staff /u
- /u와 하위 파일의 그룹을 "staff"으로 바꿉니다.
저자
David MacKenzie, Jim Meyering이(가) 작성함.
버그 보고
GNU coreutils 온라인 도움말:
<https://www.gnu.org/software/coreutils/>
번역 버그는
<https://translationproject.org/team/ko.html>
추가 참조
chown(1), chown(2)
완전한 문서
<https://www.gnu.org/software/coreutils/chgrp>
또는 로컬 문서: info '(coreutils) chgrp
invocation'
Packaged by Debian (9.7-2)
Copyright © 2025 Free Software Foundation, Inc.
라이선스 GPLv3+: GNU GPL 버전 3
이상 <https://gnu.org/licenses/gpl.html>.
이 프로그램은 자유
소프트웨어입니다:
자유롭게 바꾸고
재배포할 수 있습니다.
법률이 허용하는 모든
범위내의 보증은
없습니다.
번역
이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다:
이 번역은 무료 문서입니다. 저작권 조건에 대해서는 GNU General Public License 버전 3 이상을 읽으십시오. 책임이 없습니다.
이 매뉴얼 페이지의 번역에서 오류를 발견하면 translation-team-ko@googlegroups.com 로 이메일을 보내주십시오.
| 2025년 4월 | GNU coreutils 9.7 |