Comment 8 for bug 19586

Revision history for this message
Daniele Napolitano (dnax88) wrote :

This command could be useful for resolving this bug: fuser

Some examples:
fuser -c <device> Show PIDs of processes that using <device>.
fuser -c -i -k <device> Show PIDs of processes thet using <devce> and ask to killing it.

It would be a great improvement...