| Title | 리눅스나 유닉스에서 폴더별 용량 체크 Check capacity per folder on Linux or UNIX | ||||||
| Writer | Ji-Seob Lee | Write Date | 2018-02-21 | Modify Date | 2024-08-09 | View Count | 7585 |
A command to check the total capacity of each file in the current location and each one-depth subfolder in Linux or UNIX.
$ du -sk *
The size of the file and each folder is calculated and displayed in Kilo Byte units. If your server supports the h option, you can use the human readable option.
$ du -sh * | |||||||
로그인 | Language : |