Post

[Linux] 파일 시스템에서 사용 중인 용량 확인하기

[Linux] 파일 시스템에서 사용 중인 용량 확인하기

전체 시스템에서 사용 중인 용량 확인하기

1
df -h


특정 디렉토리에서 사용 중인 용량 확인하기

1
sudo du -hs ./* # -- all directories under current directory


참고 자료

This post is licensed under CC BY 4.0 by the author.