in reply to unlink : reclaim inodes, etc.?
The way to fix this is to cleanup the directory and then rename it and then recreate the directory.
e.g.
cd /var/spool/mqeueue mv mqueue old.mqueue mkdir mqueue chown xxx:xxx mqueue chmod xxx mqueue rm -rf old.mqueue
Get whatever you need from the old.mqueue directory before removing it, obviously.
|
---|