Date: Tue, 30 Nov 1999 15:47:42 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: "Francis J. Bruening" <francis.j.bruening@bigfoot.com> Cc: "freebsd" <freebsd-questions@FreeBSD.ORG> Subject: Re: how to determine which process(es) have /dev/bpf0 Message-ID: <42608.943969662@axl.noc.iafrica.com> In-Reply-To: Your message of "Mon, 29 Nov 1999 18:54:03 PST." <NDBBKJIFGLEEKMALCMJMMEIGCIAA.francis.j.bruening@bigfoot.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 29 Nov 1999 18:54:03 PST, "Francis J. Bruening" wrote: > However when I try to start nmap, I get a msg, /dev/bpf1 not > defined. I have a /dev/bpf0. Why isn't it using that? Not sure. Maybe it's hardcoded to use bpf1? :-) In any case, the more significant question is: > Actually, my question generally, is "how can I determine which > file(s) or devices are associated with a given process... The fstat(1) utility will do what you want: fstat /dev/bpf0 > And I guess I can rebuild my kernel to have more than 1 bpf device. Seldom a bad idea, provided you don't go overboard. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42608.943969662>