<?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: Login Profiles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543331#M865853</link>
    <description>also how are they logging in .... CDE or from the command line ?&lt;BR /&gt;&lt;BR /&gt;CDE could be using the .dtprofile ?&lt;BR /&gt;&lt;BR /&gt;What shell are you using ? do the users have a .cshrc, .kshrc file lurking in their $HOME dirs ?</description>
    <pubDate>Thu, 21 Jun 2001 11:13:26 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2001-06-21T11:13:26Z</dc:date>
    <item>
      <title>Login Profiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543329#M865851</link>
      <description>I am trying to replicate one system onto a new one, and it has been going surprisingly well - I've managed to cpy over all the users, group, printers, home directories and so on.&lt;BR /&gt;&lt;BR /&gt;There is only one thing I cant get the same.&lt;BR /&gt;On the original server, regardless of which user I log in as (even as root) as small scipt is run which sets a few custom variables and echos this back. I cannot find reference to this anywhere.&lt;BR /&gt;&lt;BR /&gt;Eg, for root - the two .profiles are exactly the same (the original HP .profiles).&lt;BR /&gt;Is there some other path as well as this that the system runs when a user logs in.&lt;BR /&gt;&lt;BR /&gt;Any help is very greatly appreciated.</description>
      <pubDate>Thu, 21 Jun 2001 10:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543329#M865851</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2001-06-21T10:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Login Profiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543330#M865852</link>
      <description>what about the system wide /etc/profile ?????&lt;BR /&gt;This gets executed for every user</description>
      <pubDate>Thu, 21 Jun 2001 11:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543330#M865852</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-06-21T11:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Login Profiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543331#M865853</link>
      <description>also how are they logging in .... CDE or from the command line ?&lt;BR /&gt;&lt;BR /&gt;CDE could be using the .dtprofile ?&lt;BR /&gt;&lt;BR /&gt;What shell are you using ? do the users have a .cshrc, .kshrc file lurking in their $HOME dirs ?</description>
      <pubDate>Thu, 21 Jun 2001 11:13:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543331#M865853</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-06-21T11:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Login Profiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543332#M865854</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you use CDE to login you need to uncomment&lt;BR /&gt;a line in .dtprofile to read .profile at login:&lt;BR /&gt;&lt;BR /&gt;DTSOURCEPROFILE=true&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Herve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2001 11:32:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543332#M865854</guid>
      <dc:creator>Herve BRANGIER</dc:creator>
      <dc:date>2001-06-21T11:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Login Profiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543333#M865855</link>
      <description>Typically, three scripts execute during the login process to initialize the environment. First is a system wide script, then is a local login script, and the last one is additional local login script. The names vary from shell to shell. See the list:&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;                       csh           POSIX&lt;BR /&gt;system login       /etc/csh.login  /etc/profile&lt;BR /&gt;script  &lt;BR /&gt;&lt;BR /&gt;local login        $HOME/.login  $HOME/.profile&lt;BR /&gt;Script&lt;BR /&gt;&lt;BR /&gt;additional         $HOME/.cshrc  $HOME/.kshrc&lt;BR /&gt;----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jun 2001 13:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543333#M865855</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-06-21T13:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Login Profiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543334#M865856</link>
      <description>Thanks everyone for the help.&lt;BR /&gt;It was the /etc/profile file that needed copied over.&lt;BR /&gt;&lt;BR /&gt;Much appreciated</description>
      <pubDate>Thu, 21 Jun 2001 13:53:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-profiles/m-p/2543334#M865856</guid>
      <dc:creator>TMcB</dc:creator>
      <dc:date>2001-06-21T13:53:28Z</dc:date>
    </item>
  </channel>
</rss>

