isuben
find . -type f -size +800M  ###查找大于800M的文件
du -h --max-depth=1 #查找目录,最高一级
find / -name mysql  #查找mysql的文件
find / -name  -type d mysql #查找叫mysql的目录

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-11-18
  • 2021-11-28
猜你喜欢
  • 2022-01-07
  • 2022-01-07
  • 2021-11-16
相关资源
相似解决方案