Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- dockerfile
- 클라우드
- Javascript
- OpenStack
- kubernetes
- worker
- git
- 실습
- 이론
- express
- nodejs
- 개념
- network
- RAPA
- node.js
- 용어정리
- Docker Swarm
- PAT
- docker
- 도커
- RAID
- 명령어
- mysql
- 쿠버네티스
- Docker-compose
- IaaS
- gns3
- PaaS
- 네트워크
- MongoDB
Archives
- Today
- Total
융융이'Blog
chmod 권한 본문
예시)
#ls -l dr-xr-xr-x. root root 0 May 14 10:33 proc drwxrwxrwx. root root 6 May 14 15:26 remote
d : 디렉토리
-
r : read
-
\- : disable
-
w : write
-
x : excute
앞 3 : 소유주
중 3 : 그룹
뒤 3 : 그외 사용자
ex> d r-x r-x r-x a.txt
101 101 101 => chmod 755 a.txt
chmod 775 a.txt //a.txt 권한을 775로 부여한다.
'2022이전 > Linux' 카테고리의 다른 글
[꿀팁]on-my-zsh 설치 및 plugin 설정 (0) | 2020.06.18 |
---|---|
Linux RunLevle (0) | 2020.05.15 |
간단하게 파일 편집하기(Linux) (0) | 2020.05.14 |
vi 사용법 (0) | 2020.05.14 |
Centos7_방화벽끄기 (0) | 2020.05.14 |