Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
8 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 8

more...
partner

Lsof

lsof is a command found in almost any Unix system that reports open files by processes of a Operating System. It works in and supports several UNIX flavors.

One use for this command is when a disk cannot be unmounted because (unspecified) files are in use. The listing of open files can be consulted (suitably filtered if necessary) to identify the process that is using the files.

A man page for the command can be found at [http://www.netadmintools.com/html/lsof.man.html lsof manpage at www.netadmintools.com]