읽기(r): 조회
4
파일의 내용을 확인하거나 복사 할 수 있음, 디렉토리 내용 확인 가능
쓰기(w): 등록, 수정, 삭제
4
파일의 내용을 수정할 수 있음, 디렉토리 내에 파일을 추가하거나 삭제 가능
실행(x): 실행
-rw-r--r--. 1 root root 12 Apr 7 14:37 test.txt
# chmod 666 test.txt
-rw-rw-rw-. 1 root root 12 Apr 7 14:37 test.txt
[root@localhost ~]# su - kosa
[kosa@localhost ~]$ cd /root
-bash: cd: /root: Permission denied
[root@localhost ~]# chmod 755 /root
[kosa@localhost ~]$ cd /root
[kosa@localhost root]$
rw
: 권한 해제$ chmod u-rw test.txt
$ chmod g-rw test.txt
$ chmod o-rw test.txt
$ chmod 400 keypair.pem