解决Linux出现“cannot create temp file for here-document: No space left on device”的问题
“cannot create temp file for here-document: No space left on device”译:“磁盘的空间已经满了,这时候可以进行扩容,或者将该磁盘的部分目录迁移到别的磁盘”解决方法:1、df -h 查看硬盘空间2、top 查看cpu及内存3、du -h –max-depth=1 /var/log/* 查看/var/log路径下...