crontab -e /tmp/crontab.KxTGwK: No space left on device
和
df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda3 955486988 157545404 749405676 18% / tmpfs 37042680 0 37042680 0% /dev/shm /dev/sda1 253871 89090 151674 38% /boot /usr/tmpDSK 4128448 338068 3580668 9% /tmp
但是我用df -i得到了这个
df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/sda3 60669952 3809723 56860229 7% / tmpfs 9260670 1 9260669 1% /dev/shm /dev/sda1 65536 53 65483 1% /boot /usr/tmpDSK 262144 262144 0 100% /tmp
所以我可以使用rm -rf / tmp / *来清理/ tmp,但两个df的区别是什么?怎么/ tmp已经满了呢?