Re: What's accessing my hard disc?
- From: spike1@xxxxxxxxxxxxx
- Date: Sun, 25 Nov 2007 22:39:10 +0000
David Cowie <me@xxxxxxxxxxx> did eloquently scribble:
On Sun, 25 Nov 2007 10:39:55 +0000, spike1 wrote:
lsof
(LiSt Open Files)
It lists all processes holding file handles, all processes with open
sockets and all processes with open (or listening) network connections.
Piping lsof into less reveals a report of over 4000 lines. That's a bit
more detail than I was looking for.
well, you can pipe through grep to exclude stuff you don't want.
ridcully:~ # lsof | wc -l
2154
ridcully:~ # lsof | grep DIR | wc -l
181
--
______________________________________________________________________________
| spike1@xxxxxxxxxxxxx | "Are you pondering what I'm pondering Pinky?" |
|Andrew Halliwell BSc(hons)| |
| in | "I think so brain, but this time, you control |
| Computer Science | the Encounter suit, and I'll do the voice..." |
------------------------------------------------------------------------------
.
- References:
- What's accessing my hard disc?
- From: David Cowie
- Re: What's accessing my hard disc?
- From: spike1
- Re: What's accessing my hard disc?
- From: David Cowie
- What's accessing my hard disc?
- Prev by Date: Re: DVD burner with verify option?
- Next by Date: Re: DVD burner with verify option?
- Previous by thread: Re: What's accessing my hard disc?
- Next by thread: Re: What's accessing my hard disc?
- Index(es):
Relevant Pages
|