Displays the size of each file in the specified directory.
du -s images
Output:
1544 images
Displays the total disk space used by the specified directory.
du -h
Output:
84K
Displays the current folder capacity.
du -h file1.php
Output:
8.0K file1.php
Displays the storage capacity of file1.php.
Find LINUX Commands... Hope you enjoy this tutorial. We welcome your Valuable feedbacks or suggestions on this LINUX / UNIX cmd reference. This is a copyright content.