On Wed, 8 Mar 2000, Erik Andersen wrote:
> > And devmodules is not necessary even on a normal system. lsmod provides the
> > same info and is not using proc at all.
>
> Umm...
>
> [andersen@slag andersen]$ strace lsmod 2>&1 | grep proc
> open("/proc/modules", O_RDONLY) = 3
> [andersen@slag andersen]$ dlocate lsmod | grep bin
> modutils: /sbin/lsmod
matthew@jim:~$ strace /sbin/lsmod 2>&1 | grep proc
matthew@jim:~$ rpm -qf /sbin/lsmod
modutils-2.1.121-14
Matthew.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:14 EST