> Is there a way I can tell what is compiled into kernel without having to > watch program fall on its face. I'm looking for something like ldd to tell > me some information about the kernel. Any thoughts? cat /proc/ksyms Does that help? Or are you looking for the filesystems, network inter- faces, etc. supported by the kernel? There are other files in /proc, such as /proc/filesystems, /proc/devices, /proc/net/dev, ethat would contain that sort of information. -- Jim Ockers (ockers@ockers.net) Ask me about Linux! Contact info: please see http://www.ockers.net/ Fight Spam! Join CAUCE (Coalition Against Unsolicited Commercial Email) at http://www.cauce.org/ .