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.10
- vim color scheme
- node.js
- CentOS
- python 3.X 소스 설치
- PHP 5.2 .ini
- httpd-dav.conf
- httpd-mpm.conf
- MySQL
- epel repository
- Node.js apache 연동
- jQuery
- httpd-default.conf
- Mod_Security 룰 셋
- unique_id
- httpd.conf
- httpd 2.2.32
- httpd-vhosts.conf
- Node.js 소스 설치
- httpd-autoindex.conf
- Repository
- gcc update
- apache 연동
- MySQL 5.1.41
- python 3.5.10
- mod_unique_id
- vimrc 옵션
- httpd-info.conf
- CentOS 6
- PHP 5.2.17 .ini
Archives
- Today
- Total
목록grep (1)
곰시기's
[Linux] CentOS 19. 파일 검색, 패턴 검색 ( find, grep )
파일 및 디렉터리 검색 - find # find [경로] [옵션 / 정규식] [파일명] 현재 디렉토리부터 하위 디렉터리까지 주어진 조건을 가지고 탐색하여 결과를 출력해주는 명령어 접근 제한된 파일까지 탐색하지는 않음 옵션 옵션 설명 -name 주어진 이름의 파일이나 디렉토리를 찾는다 -user 지정한 사용자의 파일이나 디렉토리를 찾는다 -group 지정한 그룹 소유의 파일이나 디렉토리를 찾는다 -uid 지정한 UID 소유의 파일이나 디렉토리를 찾는다 -gid 지정한 GID 소유의 파일이나 디렉토리를 찾는다 -perm 지정한 퍼미션 값을 가진 파일이나 디렉토리를 찾는다 -type 지정한 파일 유형만 찾는다 d : 디렉토리, f : 일반 파일, l : 링크 파일, b : 블록 디바이스, c : 캐릭터 디바이..
Sever/Linux Command
2020. 11. 3. 12:39