Package: psmisc Version: 22.13-1 fuser -M is documented to restrict -m to mountpoints, but in reality it only works if -M is specified before -m on the command line:
$ fuser -M -m /dev/shm /dev/shm: 2165m 2188m 2298m 3544m $ mkdir /dev/shm/subdir $ fuser -M -m /dev/shm/subdir No process specification given Usage: […] $ fuser -m /dev/shm/subdir -M /dev/shm/subdir: 2165m 2188m 2298m 3544m So this safety net for fuser -k only works half the time. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

