-
ls -al로 확인
chown root:system testfile.txt
소유자 root : 그룹 system으로 변경.
chown -R root:system testdir
폴더 내부 파일까지 전부다 변경.
댓글