<?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 login scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734210#M66129</link>
    <description>Hi,&lt;BR /&gt;I need to write a login script which will set some env. params whenever the user login.&lt;BR /&gt;Can anybody suggest any template ...for that.&lt;BR /&gt;&lt;BR /&gt;thnks</description>
    <pubDate>Thu, 30 May 2002 07:56:29 GMT</pubDate>
    <dc:creator>dhanish</dc:creator>
    <dc:date>2002-05-30T07:56:29Z</dc:date>
    <item>
      <title>login scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734210#M66129</link>
      <description>Hi,&lt;BR /&gt;I need to write a login script which will set some env. params whenever the user login.&lt;BR /&gt;Can anybody suggest any template ...for that.&lt;BR /&gt;&lt;BR /&gt;thnks</description>
      <pubDate>Thu, 30 May 2002 07:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734210#M66129</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-05-30T07:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: login scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734211#M66130</link>
      <description>&lt;BR /&gt;Use the following file as a template - thats what its for;&lt;BR /&gt;&lt;BR /&gt;/usr/newconfig/.profile&lt;BR /&gt;&lt;BR /&gt;And edit it and add any environmental variables or commands you want to run at the bottom of it then copy to users home directories. This is the normal procedure for doing what you want.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2002 08:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734211#M66130</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-05-30T08:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: login scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734212#M66131</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Write a seperate script . can be different for each user . Directory /usersetup File=$LOGNAME&lt;BR /&gt;&lt;BR /&gt;Then in /etc/profile at end&lt;BR /&gt;&lt;BR /&gt;if [ -x /usersetup/$LOGNAME ]&lt;BR /&gt;then&lt;BR /&gt;. /usersetup/$LOGNAME&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Everybody runs /etc/profile and then if a&lt;BR /&gt;user needs special setup it will happen.&lt;BR /&gt;&lt;BR /&gt;Note. 1 . The script must be executable&lt;BR /&gt;      2.  The . in the beginning of the line&lt;BR /&gt;          which adds the data at the current process level.&lt;BR /&gt;&lt;BR /&gt;                      Steve Steel</description>
      <pubDate>Thu, 30 May 2002 08:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734212#M66131</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-30T08:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: login scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734213#M66132</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Once your script has been written as&lt;BR /&gt;a default profile, you could use it&lt;BR /&gt;in /etc/skel/profile. Once used it can&lt;BR /&gt;be deployed to new users on your system.&lt;BR /&gt;As suggested you can use the template&lt;BR /&gt;that is provided.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael~</description>
      <pubDate>Thu, 30 May 2002 08:13:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-scripts/m-p/2734213#M66132</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-30T08:13:54Z</dc:date>
    </item>
  </channel>
</rss>

