Definitions
Sorry, no definitions found. Check out and contribute to the discussion of this word!
Etymologies
Sorry, no etymologies found.
Support

Help support Wordnik (and make this page ad-free) by adopting the word lsof.
Examples
-
Let us pick the bash process, PID 4163. 'lsof' gives the open files associated with it. bash 4163 sanjay cwd DIR 3,11 4096 47323
-
I successfully downloaded the 'lsof' source from 'wuarchive. wustl.edu' and they appear to have a good set of current binaries for the latest os levels as well.
-
To know the number of currently open files on the system, do a 'lsof'.
-
As you start your journey to become a 'lsof' master, make sure not to forget to read the man page.
Planet TW 2008
-
'file-max' kernel parameter refers to maximum number of file descriptors allowed per system and 'file-nr' refers to the number of current file descriptors used at any moment. 'lsof' gives the number of open files.
-
For my own future reference, here's a good story on the much underused lsof and a nice cheatsheet for its various incantations before I only really did an 'lsof -n | grep processname' or a 'lsof -p pid'.
-
(In some cases useful info about processes that use the device is found by lsof (8) or fuser (1))
LinuxQuestions.org bellsal 2010
-
Checking lsof of neither device nor mount point gives me nothing, and checking the output of mount I see device isn't mounted anywhere.
Ubuntu Forums Septi 2010
-
And don't tell me to look at man of netstat and lsof command, give me more details please.
CodingForums.com BubikolRamios 2010
-
(In some cases useful info about processes that use the device is found by lsof (8) or fuser (1))
LinuxQuestions.org bellsal 2010
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.