Error:
cannot create temp file for here-document: No space left on device
Solution:
du -sh /* 从根目录查看哪个目录最大,一步一步的查找大文件
du -h --max-depth=1 查找最大的文件
建议删掉不必要特别占用内存的大日志文件
echo "" > xxx.log
Error:
cannot create temp file for here-document: No space left on device
Solution:
du -sh /* 从根目录查看哪个目录最大,一步一步的查找大文件
du -h --max-depth=1 查找最大的文件
建议删掉不必要特别占用内存的大日志文件
echo "" > xxx.log