Equivilant of 'lsmod'

2009-08-24 Thread Jerry
What is the equivalent of the Linux 'lsmod' command in FreeBSD? -- Jerry ges...@yahoo.com To be or not to be, that is the bottom line. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Equivilant of 'lsmod'

2009-08-24 Thread Andrew Gould
On Mon, Aug 24, 2009 at 2:29 PM, Jerryges...@yahoo.com wrote: What is the equivalent of the Linux 'lsmod' command in FreeBSD? -- Jerry ges...@yahoo.com I think it's kldstat. Andrew ___ freebsd-questions@freebsd.org mailing list

Re: Equivilant of 'lsmod'

2009-08-24 Thread Dan Nelson
In the last episode (Aug 24), Jerry said: What is the equivalent of the Linux 'lsmod' command in FreeBSD? Remember to actually describe what you want, rather than just giving the linux command. To list the loaded kernel modules, run kldstat. -- Dan Nelson

Re: Equivilant of 'lsmod'

2009-08-24 Thread Dunc
Dan Nelson wrote: In the last episode (Aug 24), Jerry said: What is the equivalent of the Linux 'lsmod' command in FreeBSD? Remember to actually describe what you want, rather than just giving the linux command. To list the loaded kernel modules, run kldstat. I think he wanted to know

Re: Equivilant of 'lsmod'

2009-08-24 Thread Jason
I believe it would be 'kldstat' On Mon, Aug 24, 2009 at 08:44:38PM +0100, Dunc thus spake: Dan Nelson wrote: In the last episode (Aug 24), Jerry said: What is the equivalent of the Linux 'lsmod' command in FreeBSD? Remember to actually describe what you want, rather than just giving the

Re: Equivilant of 'lsmod'

2009-08-24 Thread Jerry
On Mon, 24 Aug 2009 14:33:09 -0500 Dan Nelson dnel...@allantgroup.com wrote: In the last episode (Aug 24), Jerry said: What is the equivalent of the Linux 'lsmod' command in FreeBSD? Remember to actually describe what you want, rather than just giving the linux command. To list the loaded

Re: Equivilant of 'lsmod'

2009-08-24 Thread Charlie Kester
On Mon 24 Aug 2009 at 12:44:38 PDT Dunc wrote: Dan Nelson wrote: In the last episode (Aug 24), Jerry said: What is the equivalent of the Linux 'lsmod' command in FreeBSD? Remember to actually describe what you want, rather than just giving the linux command. To list the loaded kernel

Re: Equivilant of 'lsmod'

2009-08-24 Thread Chad Perrin
On Mon, Aug 24, 2009 at 01:58:39PM -0700, Charlie Kester wrote: On Mon 24 Aug 2009 at 12:44:38 PDT Dunc wrote: I think he wanted to know what the equivalent of the Linux 'lsmod' command is. Is kldstat 100% semantically congruent with lsmod? I.e., are there things you can do with lsmod