<?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 parameter ! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129817#M800299</link>
    <description>umask controls the default permissions on created file.&lt;BR /&gt;&lt;BR /&gt;The best place to set would be /etc/profile, but a knowledgable employee can orverride it with umask command.&lt;BR /&gt;&lt;BR /&gt;a umask of 022 would give rw-r-xr-x permissions for a file. (read/write for owner and read/execute for group and others for files and read/write/execute for owner and read/execute for directory)&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Nov 2003 15:59:12 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2003-11-26T15:59:12Z</dc:date>
    <item>
      <title>Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129812#M800294</link>
      <description>Where do you define the umask parameter on the system ?.&lt;BR /&gt;&lt;BR /&gt;Is the same to define this parameter into the ".profile" root user, or this parameter must be defined in other place ?.&lt;BR /&gt;&lt;BR /&gt;ThankÂ´s in advance</description>
      <pubDate>Wed, 26 Nov 2003 15:53:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129812#M800294</guid>
      <dc:creator>Ivan Azuara</dc:creator>
      <dc:date>2003-11-26T15:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129813#M800295</link>
      <description>The admin can set it globally in /etc/profile (for Bourne shell and the like) and /etc/csh.login (for Csh and derivatives) so all users by deafault will get the same UMASK. Of course the user can always change it to something else by having it in their home profiles OR invking umask before doing any I/O...&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 15:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129813#M800295</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2003-11-26T15:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129814#M800296</link>
      <description>It can be set globally in /etc/profile; that will establish an initial value. That value, in turn, can be overridden by each user's .profile. Finally, the 'real' value of umask is really the last set value because regardless of settings in .profile the last ulimit command wins.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 15:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129814#M800296</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-11-26T15:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129815#M800297</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can define umask in a users .profile.&lt;BR /&gt;Thats ok!!&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 15:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129815#M800297</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-11-26T15:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129816#M800298</link>
      <description>If you want tp set for all users, set it in the globacl profile (eg: /etc/profile).&lt;BR /&gt;&lt;BR /&gt;If you want it for a specific user, set it in local profile (eg: $HOME/.profile)&lt;BR /&gt;&lt;BR /&gt;You can also set umask on a session with:&lt;BR /&gt;&lt;BR /&gt;# umask XXXX</description>
      <pubDate>Wed, 26 Nov 2003 15:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129816#M800298</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-11-26T15:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129817#M800299</link>
      <description>umask controls the default permissions on created file.&lt;BR /&gt;&lt;BR /&gt;The best place to set would be /etc/profile, but a knowledgable employee can orverride it with umask command.&lt;BR /&gt;&lt;BR /&gt;a umask of 022 would give rw-r-xr-x permissions for a file. (read/write for owner and read/execute for group and others for files and read/write/execute for owner and read/execute for directory)&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Nov 2003 15:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129817#M800299</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-11-26T15:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129818#M800300</link>
      <description>You can change the umask in your environment, so whether you want to set it in the global profile or not, each user has the ability to override, as needed, as long as they have access to their own shell.&lt;BR /&gt;&lt;BR /&gt;(csh = .cshrc)&lt;BR /&gt;sh = .login&lt;BR /&gt;ksh = .profile</description>
      <pubDate>Mon, 08 Dec 2003 12:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129818#M800300</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2003-12-08T12:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129819#M800301</link>
      <description>One important thing to remember that you may already know...&lt;BR /&gt;&lt;BR /&gt;The exe permission can't be set in a umask... attempting to set a umask of 000 with exe permissions will default to a 666 when a file is created.&lt;BR /&gt;&lt;BR /&gt;If you notice the default umask of 022 will set file permissions to 644 not 744.&lt;BR /&gt;&lt;BR /&gt;or as in my case a umask of 066 will default to 600 for my root account.</description>
      <pubDate>Mon, 08 Dec 2003 13:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129819#M800301</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-12-08T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Umask parameter !</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129820#M800302</link>
      <description>Actually, the best documentation for this is in the Man pages:&lt;BR /&gt;&lt;BR /&gt;man umask&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;executing just umask by itself will tell you your current settings:&lt;BR /&gt;&lt;BR /&gt;# umask&lt;BR /&gt;022&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;As far as execute - if using samba, you can for the mask on file creation from your smb.conf file...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Dec 2003 13:45:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-parameter/m-p/3129820#M800302</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-12-08T13:45:32Z</dc:date>
    </item>
  </channel>
</rss>

