- lsof |grep /etc/passwd
如果发现有进程在占用,占用的pid是3894
oracle 3894 oracle 22u REG 8,3 34358697984 3808524 /data1/xcrtdb/temp01.dbf (deleted)
用ps命令查看
- ps -ef|grep 3894
root 18974 16849 0 10:49 pts/3 00:00:00 grep 3894
解决办法:
1、kill掉进程
2、重启服务器
inode没有用完
-
df -i
-
Filesystem Inodes IUsed IFree IUse% Mounted on
-
/dev/xvda1 1310720 257266 1053454 20% /
- tmpfs 127325 2 127323 1% /dev/shm