<?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 Seting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486046#M652791</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can change the permission with chmod command,&lt;BR /&gt; &lt;BR /&gt;check the man page of chmod  for more details by,&lt;BR /&gt;#man chmod &lt;BR /&gt;&lt;BR /&gt;or refer below link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nixdoc.net/man-pages/HP-UX/chmod.1.html" target="_blank"&gt;http://nixdoc.net/man-pages/HP-UX/chmod.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
    <pubDate>Wed, 26 Aug 2009 05:58:46 GMT</pubDate>
    <dc:creator>Lijeesh N G_1</dc:creator>
    <dc:date>2009-08-26T05:58:46Z</dc:date>
    <item>
      <title>Umask Seting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486041#M652786</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;OS HPUX 11.31&lt;BR /&gt;Default umask is 022 for root&lt;BR /&gt;if we create a file by using touch command then we are not getting the excute permission for that file.&lt;BR /&gt;&lt;BR /&gt;Can any one help on this.&lt;BR /&gt;&lt;BR /&gt;bash-3.2# touch xml&lt;BR /&gt;bash-3.2# ls -l xml&lt;BR /&gt;-rw-r--r--   1 root       sys              0 Aug 26 15:33 xml&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Origin energy&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2009 05:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486041#M652786</guid>
      <dc:creator>Origin Energy</dc:creator>
      <dc:date>2009-08-26T05:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Umask Seting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486042#M652787</link>
      <description>Hi,&lt;BR /&gt;This is normal.&lt;BR /&gt;For Files Effective permission= 666-022 = 644 (-rw-r--r--)&lt;BR /&gt;For Directories Effective permission = 777-022 = 755 (drwxr-xr-x)&lt;BR /&gt;&lt;BR /&gt;Your points are appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shan.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Aug 2009 05:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486042#M652787</guid>
      <dc:creator>Shan Sunny</dc:creator>
      <dc:date>2009-08-26T05:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Umask Seting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486043#M652788</link>
      <description>its correct settings&lt;BR /&gt;&lt;BR /&gt;after you create file with touch command you need to use chmod +x &lt;FILENAME&gt;&lt;BR /&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 26 Aug 2009 05:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486043#M652788</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-08-26T05:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Umask Seting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486044#M652789</link>
      <description>&amp;gt;avizen9: after you create file with touch you need to use chmod +x&lt;BR /&gt;&lt;BR /&gt;More realistically, after you create your script with your favorite editor, then you use chmod(1).</description>
      <pubDate>Wed, 26 Aug 2009 05:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486044#M652789</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-26T05:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Umask Seting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486045#M652790</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;HP-UX will not assign execute permission to a file by default, in case of a directory it will.&lt;BR /&gt;&lt;BR /&gt;it is normal..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Wed, 26 Aug 2009 05:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486045#M652790</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-26T05:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Umask Seting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486046#M652791</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can change the permission with chmod command,&lt;BR /&gt; &lt;BR /&gt;check the man page of chmod  for more details by,&lt;BR /&gt;#man chmod &lt;BR /&gt;&lt;BR /&gt;or refer below link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://nixdoc.net/man-pages/HP-UX/chmod.1.html" target="_blank"&gt;http://nixdoc.net/man-pages/HP-UX/chmod.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;LIJEESH N G</description>
      <pubDate>Wed, 26 Aug 2009 05:58:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/umask-seting/m-p/4486046#M652791</guid>
      <dc:creator>Lijeesh N G_1</dc:creator>
      <dc:date>2009-08-26T05:58:46Z</dc:date>
    </item>
  </channel>
</rss>

