반응형
250x250
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 | 31 |
Tags
- Spring
- redis
- java bigdecimal
- 도커
- COALESCE
- bootstrap
- aws
- codedeploy
- node
- AWS CI/CD 구축하기
- codedeploy error
- docker
- JavaScript
- chartjs
- codepipeline
- Flux
- Spring Error
- Kafka
- aws cicd
- Python
- SQL
- IntelliJ
- PostgreSQL
- codebuild
- VPN
- or some instances in your deployment group are experiencing problems.
- Jenkins
- kubeflow
- Airflow
- chart.js
Archives
- Today
- Total
Small Asteroid Blog
[linux] 리눅스 디스크 용량 확인하기 df 본문
728x90
- df : 디스크 남은 용량 확인 (기본 명령어)
- df -k : 킬로바이트 단위로 남은 용량 확인
- df -m : 메가 바이트 단위로 남은 용량 확인
- df -h : 깔끔하게 보여줌
- df . : 현재 디렉토리가 포함된 파티션의 남은 용량 확인
- du : 현재 디렉토리에서 서브 디렉토리까지 용량 확인
- du -a : 현재 디렉토리의 사용량 파일단위로 출력
- du -s : 총 사용량
- du -h : 깔끔하게 보여줌
- du -sh * : 한단계 서브 디렉토리 기준으로 보여줌
728x90
반응형
'클라우드 및 인프라 > Linux' 카테고리의 다른 글
[Ubuntu] debconf: delaying package configuration, since apt-utils is not installed (0) | 2021.08.13 |
---|---|
우분투 버전확인 (0) | 2021.08.13 |
touch (0) | 2021.08.12 |
리눅스 cp: omitting directory 에러 해결 (0) | 2021.08.12 |
OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "exec: \"/home/share/dags\": permission denied": unknown (0) | 2021.07.07 |