[linux] 주요 명령어

July 12, 2018

현재 폴더 용량확인

$ du -hs

특정폴더 용량확인

$ du -hs foldername

하위 폴더별 용량확인

$ du -h --max-depth=1

Profile picture

Written by min9nim - About Email GitHub
who writes practical code and builds useful things.