<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to know the kernel features are enabled or disabled in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323468#M13015</link>
    <description>Thanks everybody!</description>
    <pubDate>Tue, 06 Jul 2004 08:03:03 GMT</pubDate>
    <dc:creator>Ming Zhao</dc:creator>
    <dc:date>2004-07-06T08:03:03Z</dc:date>
    <item>
      <title>how to know the kernel features are enabled or disabled</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323463#M13010</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am working on a RHEL3.0 without source code installed. Application team asked me to check if some kernel features are enabled:&lt;BR /&gt;COFNIG_NET&lt;BR /&gt;CONFIG_SYSVIPC&lt;BR /&gt;CONFIG_BINFMT_ELF&lt;BR /&gt;etc..&lt;BR /&gt;&lt;BR /&gt;How to know if they are enabled or disabled.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Mon, 05 Jul 2004 21:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323463#M13010</guid>
      <dc:creator>Ming Zhao</dc:creator>
      <dc:date>2004-07-05T21:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to know the kernel features are enabled or disabled</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323464#M13011</link>
      <description>Short of viewing the compiled-in '.config', (see /boot/config-2.4.xxxxx) some of them can be sorta difficult to figure out.&lt;BR /&gt;&lt;BR /&gt;Short answers for the 3 listed:&lt;BR /&gt;&lt;BR /&gt;If you have networking (at all), then CONFIG_NET is configured in.&lt;BR /&gt;&lt;BR /&gt;If you can run most executables, CONFIG_BINFMT_ELF is configured in.&lt;BR /&gt;&lt;BR /&gt;CONFIG_SYSVIPC will be compiled in, as it provides compatability with previous versions of SYS V IPC (Inter-Process communications).  It's highly unlikely this one isn't compiled in.</description>
      <pubDate>Mon, 05 Jul 2004 22:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323464#M13011</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-07-05T22:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to know the kernel features are enabled or disabled</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323465#M13012</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; Kernel configuration settings are updated in the .config file. Features enablement uses "y" "n" or "m". Where &lt;BR /&gt;&lt;BR /&gt; y - it is enabled&lt;BR /&gt; n - it is not enabled&lt;BR /&gt; m - modularised one&lt;BR /&gt;&lt;BR /&gt; By default,&lt;BR /&gt;&lt;BR /&gt;COFNIG_NET&lt;BR /&gt;CONFIG_SYSVIPC&lt;BR /&gt;CONFIG_BINFMT_ELF options are enabled. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jul 2004 01:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323465#M13012</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-06T01:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to know the kernel features are enabled or disabled</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323466#M13013</link>
      <description>hi Ming,&lt;BR /&gt;&lt;BR /&gt;perhaps "sysctl -a" will  also be little usefull for your purposes, for more info see man sysctl&lt;BR /&gt;&lt;BR /&gt;Hope this will help you&lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Tue, 06 Jul 2004 02:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323466#M13013</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-07-06T02:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to know the kernel features are enabled or disabled</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323467#M13014</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt; sysctl will be used to get the system control configuration settings. We can not ge t the kernel parameters with that. &lt;BR /&gt;&lt;BR /&gt; .config file we be the source to know this. Default kernel's config will be located at /usr/src/linux-2.x.x/configs directory. &lt;BR /&gt;We can identify the kernel type and it's related .config file from grub loader or lilo loader.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Tue, 06 Jul 2004 03:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323467#M13014</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-06T03:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to know the kernel features are enabled or disabled</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323468#M13015</link>
      <description>Thanks everybody!</description>
      <pubDate>Tue, 06 Jul 2004 08:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-know-the-kernel-features-are-enabled-or-disabled/m-p/3323468#M13015</guid>
      <dc:creator>Ming Zhao</dc:creator>
      <dc:date>2004-07-06T08:03:03Z</dc:date>
    </item>
  </channel>
</rss>

