Lsof

From Linuxintro
Revision as of 12:58, 11 July 2009 by imported>ThorstenStaerk (New page: lsof is a command to list open files on your system. This can help you to find out which application is blocking your sound card so it does not play or your CD ROM drive so it does...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

lsof is a command to list open files on your system. This can help you to find out which application is blocking your sound card so it does not play or your CD ROM drive so it does not eject.

Examples

  • Show which process is blocking your soundcard:
lsof | grep dsp