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
- vim color scheme
- jQuery
- Node.js apache 연동
- Node.js 소스 설치
- epel repository
- CentOS 6
- httpd-info.conf
- httpd-mpm.conf
- mod_unique_id
- httpd-default.conf
- unique_id
- python 3.5.10
- gcc update
- Repository
- apache 연동
- CentOS
- httpd-dav.conf
- MySQL 5.1.41
- PHP 5.2 .ini
- httpd-vhosts.conf
- Mod_Security 룰 셋
- CentOS 6.10
- python 3.X 소스 설치
- MySQL
- httpd 2.2.32
- node.js
- httpd.conf
- PHP 5.2.17 .ini
- vimrc 옵션
- httpd-autoindex.conf
Archives
- Today
- Total
목록pwd (1)
곰시기's
[Linux] CentOS 02. 디렉토리 명령어 ( pwd, cd, ls, mkdir, rmdir )
1. pwd 1) # pwd : 현재 디렉터리 경로 확인 2. cd 1) # cd : 디렉토리의 이동 ex) # cd /var/www/ 2) 옵션 옵션 설명 . 현재 디렉토리 .. 상위 디렉터리 ~ 사용자 홈 디렉터리 / 최상위 디렉터리 or 디렉토리 구분자 3. ls, ll 1) # ls [옵션] [디렉터리] ex) # ls -al /val/www/ = www 하위 디렉터리에 있는 파일 목록을 보여준다. * ll은 ls -l 의 alias이다. 2) 옵션 옵션 설명 -a 숨김 파일을 포함하여 모든 파일을 보여준다. -A '.'과 '..'을 제외하고 출력 -b 알파벳 순으로 출력 -B '~'로 끝나는 백업 파일 제외하고 출력 -c 마지막 변경 시간을 출력 ex) l옵션을 이용하여 정보 표기 시 -C 출력..
Sever/Linux Command
2020. 10. 30. 09:54