<?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: umask in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957016#M414895</link>
    <description>Hi;&lt;BR /&gt;&lt;BR /&gt;i have tried with chaning $HOME/.profile, but it doesn't work.&lt;BR /&gt;&lt;BR /&gt;When i user login in one machine to another through ssh, if he type umash in command prompt (i.e #umask), it shows 027. i wanted to set umask for independent user, not globally. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Indrajit</description>
    <pubDate>Sat, 04 Feb 2006 08:09:54 GMT</pubDate>
    <dc:creator>Indrajit_1</dc:creator>
    <dc:date>2006-02-04T08:09:54Z</dc:date>
    <item>
      <title>umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957011#M414890</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;how do i  set umask to 022 for independent user without changing it to /etc/default/login file. i have chage it to $HOME/.login file, but when i ssh to another machine, it takes default from the file /etc/default/login. How do i resolve this issue?&lt;BR /&gt;&lt;BR /&gt;What if i change umask to 022 in /etc/default/login ?? will it effect the existing setting?? Help me..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Indrajit</description>
      <pubDate>Thu, 02 Feb 2006 18:54:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957011#M414890</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-02-02T18:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957012#M414891</link>
      <description>You have to change the umask for this user on EACH machine the user may login to.  Setting the umask on one machine has no effect on another machine.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Feb 2006 19:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957012#M414891</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-02-02T19:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957013#M414892</link>
      <description>We can not change default setting of umask to 022. IT has to be done with profile settings with /etc/profile or $HOME/.profile file only.&lt;BR /&gt;&lt;BR /&gt;If you want to have that setting just add one line of,&lt;BR /&gt;&lt;BR /&gt;umask 022 &lt;BR /&gt;&lt;BR /&gt;in /etc/profile which will give that setting to all users in that machine.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Fri, 03 Feb 2006 02:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957013#M414892</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-03T02:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957014#M414893</link>
      <description>Umask can be set at at 3 levels&lt;BR /&gt;globally, user and script&lt;BR /&gt;Globally in the /etc/default/login or /etc/profileand can subsequently be set on user level in its /home/user/.profile &lt;BR /&gt;or you can script the umask command in&lt;BR /&gt;the beginning of a shell script , so it&lt;BR /&gt;is only valid for that script session.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 02:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957014#M414893</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-02-03T02:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957015#M414894</link>
      <description>Umask can be set at at 3 levels&lt;BR /&gt;globally, user and script&lt;BR /&gt;Globally in the /etc/default/login or /etc/profile and can subsequently be set on user level in its /home/user/.profile &lt;BR /&gt;or you can script the umask command in&lt;BR /&gt;the beginning of a shell script , so it&lt;BR /&gt;is only valid for that script session.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 02:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957015#M414894</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-02-03T02:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957016#M414895</link>
      <description>Hi;&lt;BR /&gt;&lt;BR /&gt;i have tried with chaning $HOME/.profile, but it doesn't work.&lt;BR /&gt;&lt;BR /&gt;When i user login in one machine to another through ssh, if he type umash in command prompt (i.e #umask), it shows 027. i wanted to set umask for independent user, not globally. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Indrajit</description>
      <pubDate>Sat, 04 Feb 2006 08:09:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957016#M414895</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-02-04T08:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957017#M414896</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;When you changed the umask in $HOME/.profile for the user did you remember to export it as well?</description>
      <pubDate>Sat, 04 Feb 2006 10:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957017#M414896</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-02-04T10:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957018#M414897</link>
      <description>Hi All;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let me find, if there is some other issue...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for ur support..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Indrajit &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Feb 2006 10:48:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/4957018#M414897</guid>
      <dc:creator>Indrajit_1</dc:creator>
      <dc:date>2006-02-05T10:48:01Z</dc:date>
    </item>
  </channel>
</rss>

