[Operation and maintenance] Linux disk related cleanup logs, etc.

df -h

View the disk usage of each file and folder in the current directory

du -sh *

rm -rf 清理文件/目录

Guess you like

Origin blog.csdn.net/G971005287W/article/details/131301414