디렉토리 용량 확인du -sh 디렉토리명
home 디렉토리 계정별 용량 확인du -h --max-depth=1 /home/ (-depth=1 숫자에 따라서 하위 디렉토리로 몇번까지 진입해서 용량을 보여줄것인지)
파티션별로 용량 확인df -h계정별 DB용량 확인du -h --max-depth=1 /var/lib/mysql/
1. 디렉토리별 용량 확인
du -h --max-depth=1
디렉토리 용량 확인du -sh 디렉토리명
home 디렉토리 계정별 용량 확인du -h --max-depth=1 /home/ (-depth=1 숫자에 따라서 하위 디렉토리로 몇번까지 진입해서 용량을 보여줄것인지)
파티션별로 용량 확인df -h계정별 DB용량 확인du -h --max-depth=1 /var/lib/mysql/
1. 디렉토리별 용량 확인
du -h --max-depth=1