<?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/2439417#M768818</link>
    <description>Try to see .profile as autoexec.bat in the old DOS (a clittle combined with CONFIG.SYS). Every time when start working with that machine, autoexec.bat it was executed. Same here. But you could execute autoexec.bat even after login (power on on DOS) from the command line. Same here, you can execute your .profile from the command line.  Considering the user is just by himself in the system and wants to setup his own environment, sometime even to execute same commands at the very beginning (ex. in autoexec.bat, I used to start nc (Norton Commander).&lt;BR /&gt;.profile is doing the same. It is going to setup some environment variable eventually executes some external commands.&lt;BR /&gt;For each shell that a Unix user can work in, there are diferent shell internal commands, and depends on which terminal are you using, you need to setup one or other environment variable, to one value or another one.&lt;BR /&gt;To make easier your work, there are default profiles (see /etc/skel), that you can copy in user's home directory and customise it. (delete, add, as per your needs).&lt;BR /&gt;For using it X, for understanding each variable what mean, use man commands and manual for X. &lt;BR /&gt;You need to know a little bit of shell scripting to enjoy playing with this, but a overall understanding will be able to have base on man and docs.&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Aug 2000 04:48:45 GMT</pubDate>
    <dc:creator>Antoanetta Naghiu</dc:creator>
    <dc:date>2000-08-25T04:48:45Z</dc:date>
    <item>
      <title>.profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439412#M768813</link>
      <description>I don't know How to .profile Works.&lt;BR /&gt;&lt;BR /&gt;I Want to Know How to use .profile in X terminal.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2000 10:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439412#M768813</guid>
      <dc:creator>ôíî¦ ÅçêO</dc:creator>
      <dc:date>2000-08-24T10:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439413#M768814</link>
      <description>&lt;BR /&gt;.profile is a list of commands to be run when a user logs in. Create it in their home directory and when they login using rlogin or telnet it will execute the commands in their .profile.&lt;BR /&gt;&lt;BR /&gt;From an X-terminal when you start a new terminal window, either hpterm or dtterm, add on the -ls option and it will run their .profile when it starts, eg. dtterm -ls or hpterm -ls&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Aug 2000 11:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439413#M768814</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2000-08-24T11:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439414#M768815</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;To add to the above reply :If you are using CDE then remember to uncomment the line &lt;BR /&gt;#DTSOURCEPROFILE=TRUE&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vikas</description>
      <pubDate>Thu, 24 Aug 2000 11:26:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439414#M768815</guid>
      <dc:creator>Vikas Khator</dc:creator>
      <dc:date>2000-08-24T11:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439415#M768816</link>
      <description>Stefan seems to have covered it except vi $HOME/.Xdefaults&lt;BR /&gt;add following resource :&lt;BR /&gt;&lt;BR /&gt;Dtterm*loginshell : True&lt;BR /&gt;&lt;BR /&gt; or Hpterm or Xterm whichever applies ...it'll save you having to run -ls on the command line, but only takes effect once a new Xsession takes place(logout &amp;amp; back in again to activate in other words).</description>
      <pubDate>Thu, 24 Aug 2000 11:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439415#M768816</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-08-24T11:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439416#M768817</link>
      <description>I think that missed the point.&lt;BR /&gt;Sorry.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2000 03:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439416#M768817</guid>
      <dc:creator>ôíî¦ ÅçêO</dc:creator>
      <dc:date>2000-08-25T03:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439417#M768818</link>
      <description>Try to see .profile as autoexec.bat in the old DOS (a clittle combined with CONFIG.SYS). Every time when start working with that machine, autoexec.bat it was executed. Same here. But you could execute autoexec.bat even after login (power on on DOS) from the command line. Same here, you can execute your .profile from the command line.  Considering the user is just by himself in the system and wants to setup his own environment, sometime even to execute same commands at the very beginning (ex. in autoexec.bat, I used to start nc (Norton Commander).&lt;BR /&gt;.profile is doing the same. It is going to setup some environment variable eventually executes some external commands.&lt;BR /&gt;For each shell that a Unix user can work in, there are diferent shell internal commands, and depends on which terminal are you using, you need to setup one or other environment variable, to one value or another one.&lt;BR /&gt;To make easier your work, there are default profiles (see /etc/skel), that you can copy in user's home directory and customise it. (delete, add, as per your needs).&lt;BR /&gt;For using it X, for understanding each variable what mean, use man commands and manual for X. &lt;BR /&gt;You need to know a little bit of shell scripting to enjoy playing with this, but a overall understanding will be able to have base on man and docs.&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Aug 2000 04:48:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439417#M768818</guid>
      <dc:creator>Antoanetta Naghiu</dc:creator>
      <dc:date>2000-08-25T04:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: .profile</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439418#M768819</link>
      <description>Thanks Everybody.&lt;BR /&gt;&lt;BR /&gt;I understand dtterm -ls etc.&lt;BR /&gt;&lt;BR /&gt;And I can tell a little bit of .profile.&lt;BR /&gt;I think I should not use this file with &lt;BR /&gt;CDE system.&lt;BR /&gt;&lt;BR /&gt;So I think Path, etc is .dtprofile is used.&lt;BR /&gt;Maybe.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2000 10:29:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/profile/m-p/2439418#M768819</guid>
      <dc:creator>ôíî¦ ÅçêO</dc:creator>
      <dc:date>2000-08-28T10:29:30Z</dc:date>
    </item>
  </channel>
</rss>

