Linux Technology-File size view method example demonstration, view the specified file size, view the size of all folders and files in the list

cd into the folder by du -shcan view the size of the current folder.

Insert picture description here
du -sh Follow the file name to view the size of the specified file.

Insert picture description here
du -sh * You can view the size of all folders and files in the current folder.

Insert picture description here

Guess you like

Origin blog.csdn.net/qq_38161040/article/details/106249820