파일이나 디렉토리의 소유그룹을 변경할 때
페이지 정보

본문
CHange GRouP의 약어로서 파일이나 디렉토리의 소유그룹을 변경할때 사용하는 명령어이다.
chown명령어는 소유자와 소유그룹을 한꺼번에 변경할 수 있지만 chgrp로는 소유그룹만을 변경할 수가 있다.
사용형식
chgrp [-Rcfv] [--recursive] [--changes] [--silent] [--quiet] [--verbose] [--help] [--version]
group file...
사용예 #1
특정 파일의 소유그룹을 변경하고자 한다면 다음과 같이한다.
[root@host1 commmand]# ls -l
합계 12
drwxr-xr-x 7 bible1 bible2 4096 9월 15 20:41 dir1
-rw-r--r-- 1 bible bible1 41 9월 15 20:22 file1
-rw-r--r-- 1 nobody bible1 56 9월 15 20:22 file2
[root@host1 commmand]#
[root@host1 commmand]# chgrp nobody file1
[root@host1 commmand]#
[root@host1 commmand]# ls -l
합계 12
drwxr-xr-x 7 bible1 bible2 4096 9월 15 20:41 dir1
-rw-r--r-- 1 bible nobody 41 9월 15 20:22 file1
-rw-r--r-- 1 nobody bible1 56 9월 15 20:22 file2
[root@host1 commmand]#
위의 예는 file1이라는 파일의 소유그룹을 nobody로 변경한 것이다.
chown명령어는 소유자와 소유그룹을 한꺼번에 변경할 수 있지만 chgrp로는 소유그룹만을 변경할 수가 있다.
사용형식
chgrp [-Rcfv] [--recursive] [--changes] [--silent] [--quiet] [--verbose] [--help] [--version]
group file...
사용예 #1
특정 파일의 소유그룹을 변경하고자 한다면 다음과 같이한다.
[root@host1 commmand]# ls -l
합계 12
drwxr-xr-x 7 bible1 bible2 4096 9월 15 20:41 dir1
-rw-r--r-- 1 bible bible1 41 9월 15 20:22 file1
-rw-r--r-- 1 nobody bible1 56 9월 15 20:22 file2
[root@host1 commmand]#
[root@host1 commmand]# chgrp nobody file1
[root@host1 commmand]#
[root@host1 commmand]# ls -l
합계 12
drwxr-xr-x 7 bible1 bible2 4096 9월 15 20:41 dir1
-rw-r--r-- 1 bible nobody 41 9월 15 20:22 file1
-rw-r--r-- 1 nobody bible1 56 9월 15 20:22 file2
[root@host1 commmand]#
위의 예는 file1이라는 파일의 소유그룹을 nobody로 변경한 것이다.
- 이전글네이버 신디케이션 19.05.25
- 다음글211.239.150.199(리눅스) 서버 19.05.25
댓글목록
등록된 댓글이 없습니다.
