du -ah --max-depth=1 查看当前目录下所有文件和文件夹的大小

查找指定模式的文件或者文件夹所在的目录

查找目录:find /(查找范围) -name '查找关键字' -type d
查找文件:find /(查找范围) -name 查找关键字 -print