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
- CentOS 6
- httpd 2.2.32
- MySQL
- PHP 5.2 .ini
- httpd-info.conf
- httpd-default.conf
- jQuery
- epel repository
- apache 연동
- Node.js 소스 설치
- CentOS 6.10
- httpd.conf
- httpd-vhosts.conf
- unique_id
- node.js
- python 3.X 소스 설치
- Node.js apache 연동
- Repository
- httpd-autoindex.conf
- MySQL 5.1.41
- vim color scheme
- python 3.5.10
- Mod_Security 룰 셋
- CentOS
- gcc update
- mod_unique_id
- httpd-mpm.conf
- httpd-dav.conf
- vimrc 옵션
- PHP 5.2.17 .ini
Archives
- Today
- Total
목록chgrp (1)
곰시기's
[Linux] CentOS 09. 파일과 디렉토리의 관리 ( chmod, chown, chgrp )
1. 파일 권한 변경 1) # chmod [옵션] [모드] [파일] ex) # chmod -c 777 test.txt 2) 옵션 옵션 설명 -c 권한이 변경된 파일내용을 출력 -v 실행되고 있는 모든 파일을 나열 -R 하위 파일과 디렉터리의 모든 권한을 변경 ** 문자열 모드 # chmod [옵션] [reference] [operator] [modes] [file] =reference : u : user 권한 : g : group 권한 : o : other 권한 : a : all 권한 =operator : + : 해당 권한 추가 : - : 해당권한 제거 : = : 설정한 대로 변경 =modes : r : 읽기 권한 : w : 쓰기 권한 : x : 실행 권한 : - : 사용권 한없음 ex) chmod -v..
Sever/Linux Command
2020. 10. 30. 14:48