리눅스 chgrp

Jmnote bot (토론 | 기여)님의 2021년 7월 17일 (토) 18:00 판 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

change group; chgrp
/bin/chgrp
  • 소유 그룹 변경
  • 파일 또는 디렉토리의 그룹을 변경하는 리눅스 명령어

2 실습[ | ]

[root@zetawiki ~]# ll install.log
-rw-r--r--. 1 root root 39610 Oct  1 15:17 install.log
[root@zetawiki ~]# chgrp testuser install.log
[root@zetawiki ~]# ll install.log
-rw-r--r--. 1 root testuser 39610 Oct  1 15:17 install.log

3 같이 보기[ | ]

4 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}