<?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/3748071#M257273</link>
    <description>Hi Manuales,&lt;BR /&gt;&lt;BR /&gt;              Permissions&lt;BR /&gt;      umask  (file/directory)&lt;BR /&gt;      -----  -------------------&lt;BR /&gt;       000   rw-rw-rw-/rwxrwxrwx&lt;BR /&gt;       002   rw-rw-r--/rwxrwxr-x&lt;BR /&gt;       022   rw-r--r--/rwxr-xr-x&lt;BR /&gt;       027   rw-r-----/rwxr-x---&lt;BR /&gt;       077   rw-r-----/rwx------&lt;BR /&gt;&lt;BR /&gt;Salud,&lt;BR /&gt;ran.</description>
    <pubDate>Fri, 10 Mar 2006 02:26:12 GMT</pubDate>
    <dc:creator>rariasn</dc:creator>
    <dc:date>2006-03-10T02:26:12Z</dc:date>
    <item>
      <title>umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748068#M257270</link>
      <description>sorry ..&lt;BR /&gt;&lt;BR /&gt;how is configured umask to obtained &lt;BR /&gt;-rw-r-----&lt;BR /&gt;is umask 022?&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
      <pubDate>Thu, 09 Mar 2006 14:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748068#M257270</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-03-09T14:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748069#M257271</link>
      <description>Hi Manuales:&lt;BR /&gt;&lt;BR /&gt;Assuming a file, a umask=027 would produce the pattern you describe.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 09 Mar 2006 14:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748069#M257271</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-09T14:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748070#M257272</link>
      <description>You must remember that the default permissions are:&lt;BR /&gt;&lt;BR /&gt;Files -- -rw-rw-rw- (or 666)&lt;BR /&gt;Directories -- drwxrwxrwx (or 777)&lt;BR /&gt;&lt;BR /&gt;The umask is then "subtracted" from the default permissions.&lt;BR /&gt;&lt;BR /&gt;666 - what umask??? = 640&lt;BR /&gt;The answer for files technically would be 026.  If you want to make sure directories also get created with no permissions for world/other, then make the umask 027.&lt;BR /&gt;&lt;BR /&gt;Creating file -- 666 - 027 = 640 &lt;BR /&gt;Creating directory -- 777 - 027 = 750&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Mar 2006 14:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748070#M257272</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-03-09T14:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748071#M257273</link>
      <description>Hi Manuales,&lt;BR /&gt;&lt;BR /&gt;              Permissions&lt;BR /&gt;      umask  (file/directory)&lt;BR /&gt;      -----  -------------------&lt;BR /&gt;       000   rw-rw-rw-/rwxrwxrwx&lt;BR /&gt;       002   rw-rw-r--/rwxrwxr-x&lt;BR /&gt;       022   rw-r--r--/rwxr-xr-x&lt;BR /&gt;       027   rw-r-----/rwxr-x---&lt;BR /&gt;       077   rw-r-----/rwx------&lt;BR /&gt;&lt;BR /&gt;Salud,&lt;BR /&gt;ran.</description>
      <pubDate>Fri, 10 Mar 2006 02:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748071#M257273</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-03-10T02:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: umask</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748072#M257274</link>
      <description>hi manuales,&lt;BR /&gt;&lt;BR /&gt;also see man umask for more information.&lt;BR /&gt;&lt;BR /&gt;0400  ( a=rwx,u-r)  Read by owner&lt;BR /&gt;0200  ( a=rwx,u-w)  Write by owner&lt;BR /&gt;0100  ( a=rwx,u-x)  Execute (search in directory) by owner&lt;BR /&gt;0040  ( a=rwx,g-r)  Read by group&lt;BR /&gt;0020  ( a=rwx,g-w)  Write by group&lt;BR /&gt;0010  ( a=rwx,g-x)  Execute/search by group&lt;BR /&gt;0004  ( a=rwx,o-r)  Read by others&lt;BR /&gt;0002  ( a=rwx,o-w)  Write by others&lt;BR /&gt;0001  ( a=rwx,o-x)  Execute/search by others&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 10 Mar 2006 02:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask/m-p/3748072#M257274</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-03-10T02:56:46Z</dc:date>
    </item>
  </channel>
</rss>

