토론:리눅스 전체 디스크 사용량 확인

PArangBot (토론 | 기여)님의 2020년 11월 14일 (토) 10:03 판 (→‎top: [PArangBot] 토론 문서 틀 달음)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)


df -lP | awk '{total+=$3} END {printf "%d GB\n", total/2^20 + 0.5}'

df -lP | awk '{total+=$3} END {printf "%d MB\n", total/2^10 + 0.5}'

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}