| CHOWN(1) | 사용자 명령 | CHOWN(1) |
chown - 파일의 소유주와 그룹을 바꾼다.
chown [옵션]...
[소유자][:[그룹]]
파일...
chown [옵션]...
--reference=참조파일 파일...
This manual page documents the GNU version of chown. chown changes the user and/or group ownership of each given file. If only an owner (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 owner is followed by a colon 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 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 and group are given, but the owner is omitted, only the group of the files is changed; in this case, chown performs the same function as chgrp. If only a colon is given, or if the entire operand is empty, neither the owner nor the group is changed.
각 파일의 소유자와(또는) 그룹을 소유자와 그룹으로 바꿉니다. --reference 옵션을 주면 각 파일의 소유자와 그룹을 참조파일 의 소유자와 그룹으로 바꿉니다.
다음 옵션은 -R 옵션도 지정했을 때 계층을 순회하는 방식을 조정합니다. 하나 이상 지정하면 마지막 옵션 하나만 동작합니다.
소유자 값이 빠지면 바뀌지 않습니다. 그룹 값이 빠지면 바뀌지 않지만 심볼릭 소유자 뒤에 ':'을 입력 후 생략할 때는 바뀔 수 있습니다. 소유자와 그룹은 심볼릭 값일 수도 있고 숫자 값일 수도 있습니다.
David MacKenzie, Jim Meyering이(가) 작성함.
GNU coreutils 온라인 도움말:
<https://www.gnu.org/software/coreutils/>
번역 버그는
<https://translationproject.org/team/ko.html>
저작권 © 2023 Free Software Foundation,
Inc. 라이선스 GPLv3+: GNU GPL 버전 3
이상 <https://gnu.org/licenses/gpl.html>.
이 프로그램은 자유
소프트웨어입니다:
자유롭게 바꾸고
재배포할 수 있습니다.
법률이 허용하는 모든
범위내의 보증은
없습니다.
chown(2)
완전한 문서
<https://www.gnu.org/software/coreutils/chown>
또는 로컬 문서: info '(coreutils) chown
invocation'
이 매뉴얼 페이지의 한국어 번역은 다음에 의해 편집되었습니다:
이 번역은 무료 문서입니다. 저작권 조건에 대해서는 GNU General Public License 버전 3 이상을 읽으십시오. 책임이 없습니다.
이 매뉴얼 페이지의 번역에서 오류를 발견하면 translation-team-ko@googlegroups.com 로 이메일을 보내주십시오.
| November 2023 | GNU coreutils 9.4 |