du -h --max-depth=1 /home/wwwroot/bbs/log 下面这样只能列出所有文件夹,如何列出所有文件?
用find 命令查找。
ls -la -R
ls -l 直接 ls 也行
du -sh *