Obsidian/Recognition/Programing/Linux/Linux 명령어/리눅스 특정 폴더, 파일 용량 확인.md

5 lines
46 B
Markdown

``` shell
du -h --max-depth=1 /home/gmt/
```