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
- httpd-mpm.conf
- httpd-info.conf
- unique_id
- httpd-default.conf
- PHP 5.2.17 .ini
- python 3.5.10
- Node.js 소스 설치
- epel repository
- Mod_Security 룰 셋
- httpd 2.2.32
- apache 연동
- python 3.X 소스 설치
- PHP 5.2 .ini
- vim color scheme
- gcc update
- vimrc 옵션
- MySQL 5.1.41
- jQuery
- httpd-dav.conf
- httpd-vhosts.conf
- httpd-autoindex.conf
- Repository
- CentOS 6
- CentOS
- httpd.conf
- node.js
- Node.js apache 연동
- CentOS 6.10
- MySQL
- mod_unique_id
Archives
- Today
- Total
목록df (1)
곰시기's
[Linux] CentOS 12. 디스크 사용량, 여유 공간 확인 ( df, du )
1. 시스템 공간 확인 1) # df [옵션] [파일명] ex) # df -ah ./ = 현재 디렉터리의 시스템 여유 공간을 확인한다 2) 옵션 옵션 설명 -a 모든 파일 시스템을 출력 -B 지정 용량을 블록단위로 정하여 출력 ex) # df -B 4096 -h 용량 단위를 K, M, G로 출력 -H 블록단위를 1024가 아닌 1000 단위로 계산하여 출력 -i i-node의 남은 공간, 사용 공간, 사용량을 출력 -k 블록단위를 1k로 출력 -l 출력 목록을 로컬 시스템으로 제한 -P POSIX에서 사용하는 형태로 출력 ( ? ) --total 총 합( total라인 )을 출력 -t 지정한 파일 타입만 출력 ex) # df -t nfs -T 파일 타입 항목을 추가하여 출력 -x 지정한 파일 타입을 제외..
Sever/Linux Command
2020. 11. 2. 11:28