On Tue, 2009-01-13 at 16:06 +0500, Verm wrote:
> zcat /proc/config.gz| grep IPV6 or cat /boot/config-<Kernel version>
> |  
> grep IPV6 or cat /usr/src/linux/.config | grep IPV6

zgrep IPV6 /proc/config.gz

grep IPV6 /boot/config-<Kernel version>

grep IPV6 /usr/src/linux/.config


        No need to over work the tired old cat ;)

-- 
Homer Parker <[email protected]>


Reply via email to