<?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: simple question with wrong answers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959180#M789293</link>
    <description>$ echo $LANG&lt;BR /&gt;su: LANG: Parameter not set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 13 Feb 2006 07:58:27 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2006-02-13T07:58:27Z</dc:date>
    <item>
      <title>simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959179#M789292</link>
      <description>what is the value of the $LANG if the variable is not set or is empty: &lt;BR /&gt; -C&lt;BR /&gt; -JAVA&lt;BR /&gt; -BASh&lt;BR /&gt; -PoSIX &lt;BR /&gt; -fortran&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Mon, 13 Feb 2006 07:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959179#M789292</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2006-02-13T07:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959180#M789293</link>
      <description>$ echo $LANG&lt;BR /&gt;su: LANG: Parameter not set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 13 Feb 2006 07:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959180#M789293</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-13T07:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959181#M789294</link>
      <description>Hi Simon&lt;BR /&gt;&lt;BR /&gt;The anser is "C" = "Posix"&lt;BR /&gt;&lt;BR /&gt;see man locale(1):  EXTERNAL INFLUENCES&lt;BR /&gt;and lang(5)&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;HGH&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 07:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959181#M789294</guid>
      <dc:creator>Hemmetter</dc:creator>
      <dc:date>2006-02-13T07:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959182#M789295</link>
      <description>Hmm,&lt;BR /&gt;&lt;BR /&gt;Best I know LANG is to do with human language/text, not with compilers.&lt;BR /&gt;&lt;BR /&gt;On my Linux box it is set to: en_US.UTF-8&lt;BR /&gt;&lt;BR /&gt;Check 'man environ'&lt;BR /&gt;&lt;BR /&gt;LANG  The string used to specify internationalization infor-&lt;BR /&gt;           mation  that  allows  users  to  work  with  different&lt;BR /&gt;           national  conventions.  The   setlocale(3C)   function&lt;BR /&gt;           checks the LANG environment variable when it is called&lt;BR /&gt;           with "" as the locale argument.  LANG is used  as  the&lt;BR /&gt;           default  locale if the corresponding environment vari-&lt;BR /&gt;           able for a particular category is unset or  null.  If,&lt;BR /&gt;           however,   LC_ALL  is set to a valid, non-empty value,&lt;BR /&gt;           its contents are used to override both  the  LANG  and&lt;BR /&gt;           the other LC_* variables. For example, when invoked as&lt;BR /&gt;           setlocale(LC_CTYPE, ""), setlocale()  will  query  the&lt;BR /&gt;           LC_CTYPE  environment  variable  first to see if it is&lt;BR /&gt;           set and non-null. If LC_CTYPE is not set or null, then&lt;BR /&gt;           setlocale()  will  check the LANG environment variable&lt;BR /&gt;           to see if it is set and non-null.  If  both  LANG  and&lt;BR /&gt;           LC_CTYPE  are  unset  or  NULL, the default "C" locale&lt;BR /&gt;           will be used to set the LC_CTYPE category....&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 08:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959182#M789295</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2006-02-13T08:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959183#M789296</link>
      <description>Hi Simon, &lt;BR /&gt;&lt;BR /&gt;Take a look at this doc, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5185-4400/ch01s03.html" target="_blank"&gt;http://docs.hp.com/en/5185-4400/ch01s03.html&lt;/A&gt;&lt;BR /&gt;[Managing the LANG Environment Variable] &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 13 Feb 2006 08:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959183#M789296</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-13T08:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959184#M789297</link>
      <description>None of the above?&lt;BR /&gt;&lt;BR /&gt;If its not set, nothing is in it.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 13 Feb 2006 08:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959184#M789297</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-13T08:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959185#M789298</link>
      <description>thank you!! &lt;BR /&gt;this question could have saved my day since i got 64 % on my CSE exam. the passing score is 65 %.</description>
      <pubDate>Mon, 13 Feb 2006 08:26:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959185#M789298</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2006-02-13T08:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959186#M789299</link>
      <description>I guess you have taken your time you could have guessed it right by proceeding by elimination. If you look at the choices correctly: there are 2 shells names and 2 Programming language names (Java, C, and Fortran). You can discard those 3 quickly&lt;BR /&gt;You are left with 2 most popular shell names.&lt;BR /&gt;&lt;BR /&gt;C, is also a shell, but my best guess here is they were referring to the C as shell they would have precised it as C shell. But it can not be your choice anyway.&lt;BR /&gt;&lt;BR /&gt;BASH, it is default shell in Linux&lt;BR /&gt;&lt;BR /&gt;POSIX, it is default shell in HP-UX&lt;BR /&gt;&lt;BR /&gt;I think even if you have no clue your best guess should have been POSIX.&lt;BR /&gt;&lt;BR /&gt;So I must agree with someone who said that the answer was POSIX.&lt;BR /&gt;&lt;BR /&gt;On another note, make sure if you are not breaking any rules or breaching the agreement you signed to no disclose anything related to content of the exam. I think this is a content of the exam.&lt;BR /&gt;&lt;BR /&gt;Finally, don't be discouraged by you score. Study hard again and you will probably get a higher score next time. I would suggest you to use Marty Poniatowski book to supplement your studies.</description>
      <pubDate>Mon, 13 Feb 2006 12:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959186#M789299</guid>
      <dc:creator>tcsa</dc:creator>
      <dc:date>2006-02-13T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959187#M789300</link>
      <description>If that is an exact quote of the question (which I rather doubt because of your syntax and inattention to case) then none of the answers are correct. However, if by using The Force I can infer what the question actually was, the correct answer was C and anyone considered a competent admin (certified or not) should know this.&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 12:53:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959187#M789300</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-13T12:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959188#M789301</link>
      <description>I just checked the manual page it is saying that C and POSIX are used interchangeably. But the default processing language for HP-UX is POSIX&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nixdoc.net/man-pages/HP-UX/man5/lang.5.html" target="_blank"&gt;http://nixdoc.net/man-pages/HP-UX/man5/lang.5.html&lt;/A&gt;</description>
      <pubDate>Mon, 13 Feb 2006 16:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959188#M789301</guid>
      <dc:creator>tcsa</dc:creator>
      <dc:date>2006-02-13T16:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959189#M789302</link>
      <description>I just checked the manual page it is saying that C and POSIX are used interchangeably. But the default processing language for HP-UX is POSIX&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nixdoc.net/man-pages/HP-UX/man5/lang.5.html" target="_blank"&gt;http://nixdoc.net/man-pages/HP-UX/man5/lang.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 16:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959189#M789302</guid>
      <dc:creator>tcsa</dc:creator>
      <dc:date>2006-02-13T16:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959190#M789303</link>
      <description>well, i thought the answer is POSIX. but when i came to my company. I ran to the HP-UX machine to try it and i got the usual answer of "parameter not .." when u are trying to echo an unknown parameter. then i posted this thread and someone pointed out to check the manual of "locale" which i did. and the answer was there. the answer should be "C". no body would have guessed it if he didn't see the manual page. which is not common. you have a lot of things to worry about other than this. Any way i'm gonna study hard to get this exam. i think i'm gonna take another shot this friday.</description>
      <pubDate>Tue, 14 Feb 2006 05:42:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959190#M789303</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2006-02-14T05:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: simple question with wrong answers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959191#M789304</link>
      <description>Good luck to you!&lt;BR /&gt;&lt;BR /&gt;tcsa</description>
      <pubDate>Wed, 15 Feb 2006 02:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/simple-question-with-wrong-answers/m-p/4959191#M789304</guid>
      <dc:creator>tcsa</dc:creator>
      <dc:date>2006-02-15T02:25:06Z</dc:date>
    </item>
  </channel>
</rss>

