> I have one stupid question, sorry... Let us imagine we don't have
> access to /usr/src/linux/.config file and we need to know if kmod
> is compiled or not. So what's the easiest way to find it out ? Again
> I don't have root access, just a normal user. Is that possible ?
$ ps ax | grep kmod | grep -v grep
or
$ ls /proc/sys/kernel/modprobe
if the file is there, kmod is running.
Rik.
+-------------------------------------------------------------------+
| Linux memory management tour guide. H.H.vanRiel@phys.uu.nl |
| Scouting Vries cubscout leader. http://www.phys.uu.nl/~riel/ |
+-------------------------------------------------------------------+
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu