<?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: file permission set to ----------+ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683011#M53460</link>
    <description>Here one example:&lt;BR /&gt;&lt;BR /&gt;Set the umask value to produce read and write permissions for the&lt;BR /&gt;      file's owner and read permissions for all others (ls -l displays -rw-&lt;BR /&gt;      r--r-- on newly created files):&lt;BR /&gt;&lt;BR /&gt;           umask u=rwx,g=rx,o=rx    symbolic mode&lt;BR /&gt;           umask a=rx,u+w           symbolic mode&lt;BR /&gt;           umask 022                numeric mode&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jota</description>
    <pubDate>Thu, 14 Mar 2002 12:37:01 GMT</pubDate>
    <dc:creator>Jose Juan</dc:creator>
    <dc:date>2002-03-14T12:37:01Z</dc:date>
    <item>
      <title>file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683009#M53458</link>
      <description>Hello,&lt;BR /&gt;I have a problem with file permission on a HP-UX 11.0 server.&lt;BR /&gt;In a jfs file system the files are created with permission ----------+ (also from root).&lt;BR /&gt;The umask is 000.&lt;BR /&gt;How can I change the default permissions for new files?&lt;BR /&gt;By&lt;BR /&gt;&lt;BR /&gt;Simone</description>
      <pubDate>Thu, 14 Mar 2002 12:22:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683009#M53458</guid>
      <dc:creator>SimonD</dc:creator>
      <dc:date>2002-03-14T12:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683010#M53459</link>
      <description>&lt;BR /&gt;you must use the command "umask"&lt;BR /&gt;see man umask, it's easy&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;Jota.</description>
      <pubDate>Thu, 14 Mar 2002 12:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683010#M53459</guid>
      <dc:creator>Jose Juan</dc:creator>
      <dc:date>2002-03-14T12:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683011#M53460</link>
      <description>Here one example:&lt;BR /&gt;&lt;BR /&gt;Set the umask value to produce read and write permissions for the&lt;BR /&gt;      file's owner and read permissions for all others (ls -l displays -rw-&lt;BR /&gt;      r--r-- on newly created files):&lt;BR /&gt;&lt;BR /&gt;           umask u=rwx,g=rx,o=rx    symbolic mode&lt;BR /&gt;           umask a=rx,u+w           symbolic mode&lt;BR /&gt;           umask 022                numeric mode&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jota</description>
      <pubDate>Thu, 14 Mar 2002 12:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683011#M53460</guid>
      <dc:creator>Jose Juan</dc:creator>
      <dc:date>2002-03-14T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683012#M53461</link>
      <description>Hi Simone,&lt;BR /&gt;&lt;BR /&gt;this works easy with the command:&lt;BR /&gt;&lt;BR /&gt;umask 022&lt;BR /&gt;&lt;BR /&gt;this makes directories to get the permissions&lt;BR /&gt;&lt;BR /&gt;rwxr-xr-x (755)&lt;BR /&gt;&lt;BR /&gt;and files to get the permissions&lt;BR /&gt;&lt;BR /&gt;rw-r--r-- (644)&lt;BR /&gt;&lt;BR /&gt;because files are never executable for reasons of security, you have to make them executable!&lt;BR /&gt;&lt;BR /&gt;allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 14 Mar 2002 12:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683012#M53461</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-03-14T12:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683013#M53462</link>
      <description>This is known as the sticky bit.&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5c7dabe92dabd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5c7dabe92dabd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;for an explaination.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 14 Mar 2002 12:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683013#M53462</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-03-14T12:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683014#M53463</link>
      <description>set in /etc/profile&lt;BR /&gt;&lt;BR /&gt;umask 022 &lt;BR /&gt;&lt;BR /&gt;this gives to the directories the permissions &lt;BR /&gt;&lt;BR /&gt;rwxr-xr-x (755) &lt;BR /&gt;&lt;BR /&gt;and files the permissions &lt;BR /&gt;&lt;BR /&gt;rw-r--r-- (644) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Federico&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 12:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683014#M53463</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2002-03-14T12:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683015#M53464</link>
      <description>The general umask can be set in /etc/profile.&lt;BR /&gt;The /etc/profile is executed before every login of every user.&lt;BR /&gt;type "umask -S" to check the default mask.&lt;BR /&gt;You can aslo set umask locak profile ($HOME/.profile).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Mar 2002 13:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683015#M53464</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-03-14T13:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683016#M53465</link>
      <description>The default umask for root is already 022.</description>
      <pubDate>Thu, 14 Mar 2002 13:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683016#M53465</guid>
      <dc:creator>SimonD</dc:creator>
      <dc:date>2002-03-14T13:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683017#M53466</link>
      <description>FYI, we made an umount and mount of the filesystem. Now all it's working properly (file permission -rw-r--r--).&lt;BR /&gt;Thanks to all for the help.&lt;BR /&gt;Simone</description>
      <pubDate>Thu, 14 Mar 2002 13:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683017#M53466</guid>
      <dc:creator>SimonD</dc:creator>
      <dc:date>2002-03-14T13:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: file permission set to ----------+</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683018#M53467</link>
      <description>Hi Simone,&lt;BR /&gt;&lt;BR /&gt;I believe "+" on the end of permissions means there are ACLs on the file.  I know very little about them so I can't help with that.&lt;BR /&gt;&lt;BR /&gt;It seems odd that umount and mount corrected your problem.  I hope someone can post an idea about what could have been happening.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Thu, 14 Mar 2002 13:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-permission-set-to/m-p/2683018#M53467</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2002-03-14T13:55:49Z</dc:date>
    </item>
  </channel>
</rss>

