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

5 lines
46 B
Markdown
Raw Permalink Normal View History

2024-03-29 08:36:47 +00:00
``` shell
du -h --max-depth=1 /home/gmt/
```