<?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 3 questions about SAM,superblock and config in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803458#M266945</link>
    <description>I got 3 tough(for me) questions here, please explain the answers for me, thanks a lot!!!&lt;BR /&gt;&lt;BR /&gt;1. Which one of the following is NOT an advantage of using SAM rather than "ps" and "kill" in order to kill all the processes initiated by one login session?  &lt;BR /&gt;           A.            SAM allows you to select multiple processes.  &lt;BR /&gt;           B.            SAM allows you to try a "safe kill."  &lt;BR /&gt;           C.            SAM requires fewer system resources.  &lt;BR /&gt;           D.            SAM allows you to select processes by user or parent.  &lt;BR /&gt;           E.            SAM shows them grouped by parent process.  &lt;BR /&gt;&lt;BR /&gt;Should I choose A. or C.?&lt;BR /&gt;I noticed that I could use SAM to select multiple processes under "Processs Management -&amp;gt; Process Control", but when I choosed "Action", I can see "==" under the menu, is that a bug or it can't really use for multiple processes.&lt;BR /&gt;Because I doubt  "C. SAM requires fewer system resources."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. super block last mounted on: / &lt;BR /&gt;           magic   95014  clean  FS_OK  time    Sun Jul  2 16:41:14&lt;BR /&gt;           2000 &lt;BR /&gt;           sblkno  16     cblkno 24     iblkno  32      dblkno  80 &lt;BR /&gt;           sbsize  2048   cgsize 2048   cgoffset 24     cgmask 0xfffffff8 &lt;BR /&gt;           ncg     39     size   94208  blocks  91669 &lt;BR /&gt;           bsize   8192   bshift  13    bmask   0xffffe000  &lt;BR /&gt;In the above fragment of output from the tunefs -v command, which one of the following field/number specifies that the filesystem will take filenames longer than 14 characters?  &lt;BR /&gt;           A.            bsize 8192  &lt;BR /&gt;           B.            sbsize 2048  &lt;BR /&gt;           C.            bmask 0xffffe000  &lt;BR /&gt;           D.            cgmask 0xfffffff8  &lt;BR /&gt;           E.            magic 95014  &lt;BR /&gt;&lt;BR /&gt;I tried to search for the docs about superblock, but I couldn't find anything about what to control "14 characters filenames".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. Which one of the following is the sequence of actions that must be taken to build a new kernel?  &lt;BR /&gt;           A.            cd /stand; modify system; config system; make -f config.mk&lt;BR /&gt;           B.            cd /system; modify system; config system  &lt;BR /&gt;           C.            cd /stand; modify system; config config.mk  &lt;BR /&gt;           D.            cd /stand; modify system; make -f config.mk; config system&lt;BR /&gt;           E.            cd /stand; modify system; make -f system  &lt;BR /&gt;&lt;BR /&gt;What's that "make" for? I couldn't find any doc for building the kernel with "config" and "make", are the commands too old for rebuilding the kernel?&lt;BR /&gt;&lt;BR /&gt;Please help me out! Thanks once again!</description>
    <pubDate>Fri, 09 Jun 2006 14:31:14 GMT</pubDate>
    <dc:creator>yyghp</dc:creator>
    <dc:date>2006-06-09T14:31:14Z</dc:date>
    <item>
      <title>3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803458#M266945</link>
      <description>I got 3 tough(for me) questions here, please explain the answers for me, thanks a lot!!!&lt;BR /&gt;&lt;BR /&gt;1. Which one of the following is NOT an advantage of using SAM rather than "ps" and "kill" in order to kill all the processes initiated by one login session?  &lt;BR /&gt;           A.            SAM allows you to select multiple processes.  &lt;BR /&gt;           B.            SAM allows you to try a "safe kill."  &lt;BR /&gt;           C.            SAM requires fewer system resources.  &lt;BR /&gt;           D.            SAM allows you to select processes by user or parent.  &lt;BR /&gt;           E.            SAM shows them grouped by parent process.  &lt;BR /&gt;&lt;BR /&gt;Should I choose A. or C.?&lt;BR /&gt;I noticed that I could use SAM to select multiple processes under "Processs Management -&amp;gt; Process Control", but when I choosed "Action", I can see "==" under the menu, is that a bug or it can't really use for multiple processes.&lt;BR /&gt;Because I doubt  "C. SAM requires fewer system resources."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. super block last mounted on: / &lt;BR /&gt;           magic   95014  clean  FS_OK  time    Sun Jul  2 16:41:14&lt;BR /&gt;           2000 &lt;BR /&gt;           sblkno  16     cblkno 24     iblkno  32      dblkno  80 &lt;BR /&gt;           sbsize  2048   cgsize 2048   cgoffset 24     cgmask 0xfffffff8 &lt;BR /&gt;           ncg     39     size   94208  blocks  91669 &lt;BR /&gt;           bsize   8192   bshift  13    bmask   0xffffe000  &lt;BR /&gt;In the above fragment of output from the tunefs -v command, which one of the following field/number specifies that the filesystem will take filenames longer than 14 characters?  &lt;BR /&gt;           A.            bsize 8192  &lt;BR /&gt;           B.            sbsize 2048  &lt;BR /&gt;           C.            bmask 0xffffe000  &lt;BR /&gt;           D.            cgmask 0xfffffff8  &lt;BR /&gt;           E.            magic 95014  &lt;BR /&gt;&lt;BR /&gt;I tried to search for the docs about superblock, but I couldn't find anything about what to control "14 characters filenames".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. Which one of the following is the sequence of actions that must be taken to build a new kernel?  &lt;BR /&gt;           A.            cd /stand; modify system; config system; make -f config.mk&lt;BR /&gt;           B.            cd /system; modify system; config system  &lt;BR /&gt;           C.            cd /stand; modify system; config config.mk  &lt;BR /&gt;           D.            cd /stand; modify system; make -f config.mk; config system&lt;BR /&gt;           E.            cd /stand; modify system; make -f system  &lt;BR /&gt;&lt;BR /&gt;What's that "make" for? I couldn't find any doc for building the kernel with "config" and "make", are the commands too old for rebuilding the kernel?&lt;BR /&gt;&lt;BR /&gt;Please help me out! Thanks once again!</description>
      <pubDate>Fri, 09 Jun 2006 14:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803458#M266945</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2006-06-09T14:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: 3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803459#M266946</link>
      <description>1.)&lt;BR /&gt;A. SAM allows you to select multiple processes. --this is not true.&lt;BR /&gt;B. SAM allows you to try a "safe kill." --this is true. but this is an advantage only.&lt;BR /&gt;D and E.--i think they are not the answer.&lt;BR /&gt;&lt;BR /&gt;i will select the "D"&lt;BR /&gt;&lt;BR /&gt;3.)i will select "D. cd /stand; modify system; make -f config.mk; config system"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 14:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803459#M266946</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-06-09T14:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: 3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803460#M266947</link>
      <description>Thanks sekar!&lt;BR /&gt;About Queston 1, you said "A" is not true, but why did you choose "D"?&lt;BR /&gt;And do you think "SAM requires fewer system resources" than just useing "kill" command?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 09 Jun 2006 14:51:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803460#M266947</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2006-06-09T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: 3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803461#M266948</link>
      <description>first question:&lt;BR /&gt;A, D, E omitted and in B and C, sam not uses fewer system resources, i think. kill is the straight forward way.&lt;BR /&gt;&lt;BR /&gt;so i will select "C".</description>
      <pubDate>Fri, 09 Jun 2006 15:19:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803461#M266948</guid>
      <dc:creator>inventsekar_1</dc:creator>
      <dc:date>2006-06-09T15:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: 3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803462#M266949</link>
      <description>"NOT an advantage" - it's part of the game.&lt;BR /&gt;&lt;BR /&gt;My vote is "C". (but compared to what?)</description>
      <pubDate>Fri, 09 Jun 2006 15:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803462#M266949</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-06-09T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: 3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803463#M266950</link>
      <description>Thanks Torsten!&lt;BR /&gt;What's your choice for Question 2 &amp;amp; 3?&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 15:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803463#M266950</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2006-06-09T15:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: 3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803464#M266951</link>
      <description>It is really considered not nice to ask test questions in this forum. I will bend just this once and pick the most difficult. The answer for 2) is E, the magic number.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2006 15:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803464#M266951</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-09T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: 3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803465#M266952</link>
      <description>oh, I am so sorry. &lt;BR /&gt;Someone asked me these questions and I am so curious to know the answers for them, especially question #2.&lt;BR /&gt;BTW, do you have any doc for me to learn the detail about superblock? Thanks a lot!</description>
      <pubDate>Fri, 09 Jun 2006 15:44:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803465#M266952</guid>
      <dc:creator>yyghp</dc:creator>
      <dc:date>2006-06-09T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: 3 questions about SAM,superblock and config</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803466#M266953</link>
      <description>Examine /usr/include/sys/fs.h.</description>
      <pubDate>Fri, 09 Jun 2006 15:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/3-questions-about-sam-superblock-and-config/m-p/3803466#M266953</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-06-09T15:46:44Z</dc:date>
    </item>
  </channel>
</rss>

