linux 大文件无法清空

linux 清空一个大文件(上G的)一般有这么几种方法:

  1. cat /dev/null > nohup.log
  2. cp /dev/null > nohup.log
  3. echo “” > nohup.log
阅读更多