<?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: profile in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383402#M349042</link>
    <description>&amp;gt;&amp;gt;/bin/sh Bourne shell&lt;BR /&gt;&lt;BR /&gt;Not correct, at least in HP-UX!&lt;BR /&gt;&lt;BR /&gt;/sbin/sh and /usr/bin/sh (/bin/ is a link to /usr/bin) is the **POSIX** shell, **NOT** the Bourne shell.&lt;BR /&gt;&lt;BR /&gt;# man sh-posix</description>
    <pubDate>Thu, 19 Mar 2009 13:34:50 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2009-03-19T13:34:50Z</dc:date>
    <item>
      <title>profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383396#M349036</link>
      <description>Hi admins,&lt;BR /&gt;&lt;BR /&gt;Anyone please explain me difference betwwen .profile and .login&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Thu, 19 Mar 2009 13:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383396#M349036</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-03-19T13:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383397#M349037</link>
      <description>.profile is used for ksh and sh shells.&lt;BR /&gt;&lt;BR /&gt;.login is used for csh.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Mar 2009 13:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383397#M349037</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-03-19T13:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383398#M349038</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;please tell me why ksh and csh used where exactly used?&lt;BR /&gt;&lt;BR /&gt;thanx in advance&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;himacs</description>
      <pubDate>Thu, 19 Mar 2009 13:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383398#M349038</guid>
      <dc:creator>himacs</dc:creator>
      <dc:date>2009-03-19T13:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383399#M349039</link>
      <description>Both are user profiles. Depends on the shell for the user, corresponding profile will be used.</description>
      <pubDate>Thu, 19 Mar 2009 13:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383399#M349039</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-19T13:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383400#M349040</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to learn the basics then. These are different login shells which will be executed at the time of user logs in. Each shells has its own capablities and features.&lt;BR /&gt;It will be specified in /etc/passwd file.&lt;BR /&gt;&lt;BR /&gt;Basic definition of shell:&lt;BR /&gt;&lt;BR /&gt;Users of the UNIX system don't have a direct interaction with the kernel. Instead, the&lt;BR /&gt;user always works with a program called the UNIX shell. A shell can be considered a&lt;BR /&gt;command interpreter. The shell takes user commands, interprets them, and takes the&lt;BR /&gt;necessary action to execute them. It also provides the output of these commands to the&lt;BR /&gt;user.&lt;BR /&gt;&lt;BR /&gt;C shell:&lt;BR /&gt;It uses a C language-like syntax for shell programming.&lt;BR /&gt;&lt;BR /&gt;Korn shell:&lt;BR /&gt;It has more complex and advanced features than the Bourne or C&lt;BR /&gt;shell and takes more time to master</description>
      <pubDate>Thu, 19 Mar 2009 13:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383400#M349040</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-03-19T13:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383401#M349041</link>
      <description>There are different shells &lt;BR /&gt;/bin/sh    Bourne shell&lt;BR /&gt;/bin/bash  The Bash shell&lt;BR /&gt;/bin/ksh  Korn shell&lt;BR /&gt;/bin/csh  C shell &lt;BR /&gt;&lt;BR /&gt;and many more and they have initialization files .profile for korn and sh and .login .cshrc for csh &lt;BR /&gt;&lt;BR /&gt;the system wide initialization file is the /etc/profile where you have the umask set so that it reflects for the created users.</description>
      <pubDate>Thu, 19 Mar 2009 13:25:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383401#M349041</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-03-19T13:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383402#M349042</link>
      <description>&amp;gt;&amp;gt;/bin/sh Bourne shell&lt;BR /&gt;&lt;BR /&gt;Not correct, at least in HP-UX!&lt;BR /&gt;&lt;BR /&gt;/sbin/sh and /usr/bin/sh (/bin/ is a link to /usr/bin) is the **POSIX** shell, **NOT** the Bourne shell.&lt;BR /&gt;&lt;BR /&gt;# man sh-posix</description>
      <pubDate>Thu, 19 Mar 2009 13:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/4383402#M349042</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-03-19T13:34:50Z</dc:date>
    </item>
  </channel>
</rss>

