[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lsof utility for OpenBSD
On Sat, Nov 02, 2002 at 03:23:54PM -0800, John D. wrote:
> I found a number of sources for "lsof", a utility commonly used in forensics and analysing currently opened files in a system.
>
> I found one that runs on Solaris, but none specifically that runs on OpenBSD.
> I searched through the OpenBSD archives, and all I find is description of the program, but no place where I can download it. Does this utility come in the CD release? Not having the current release CD's at the moment, has inspired me to ask on this list. Any URL's where I can extract this utility, would be useful.
>
Well, learn how to use the ports make system to search for tools or anything
for that matter.
$ make search key=lsof
Port: lsof-4.63
Path: sysutils/lsof
Info: list information about open files
Maint: Peter Valchev <pvalchev@openbsd.org>
Index: sysutils
L-deps:
B-deps:
R-deps:
Archs: any
make search is your friend. ;)
> I'm basically re-vamping my collection of Forensics tools at the moment, in anticipation of using them to analyse disk problems, infections, or other things relating to recovery of hacked systems.
>
have fun.
--ray