How linux directory or folder to view the total size of --du command

How to view the record about the total size of a directory or folder.

Use the du command options -s, you can count the size of the entire directory or folder.
E.g

du -sk ./
156k

Guess you like

Origin www.cnblogs.com/lanyangsh/p/10990892.html
Recommended