<?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 access right in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726615#M386157</link>
    <description>I would like to simplify the question .&lt;BR /&gt;&lt;BR /&gt;can advise if I want the specific user have the read &amp;amp; write to the database file ( the file mode of database file is 444 and can not be changed ) , what can i do ? &lt;BR /&gt;&lt;BR /&gt;I tried to create a system permission group , and assign this group to root and the specific user ( for the application ) but it is not work .&lt;BR /&gt;&lt;BR /&gt;Ccurrently root have following groups .&lt;BR /&gt;&lt;BR /&gt;#id root&lt;BR /&gt;uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk)</description>
    <pubDate>Wed, 15 Dec 2010 08:24:40 GMT</pubDate>
    <dc:creator>ivy1234</dc:creator>
    <dc:date>2010-12-15T08:24:40Z</dc:date>
    <item>
      <title>File access right</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726613#M386155</link>
      <description>We have a database on unix server  , the current file permission of the database is 444  ( file owner is root ) , we use it for long time without any problem .  Now we have a application that need to connect this database ( the application is run by a spsecific user ) , and it requires the last bit of the database file permission is read &amp;amp; write ( eg . 446 , 556 , 666 etc ) , another two bit can be any permission , ( if not set to xx6 , it pops the file can not be read ) . &lt;BR /&gt;&lt;BR /&gt;We know that it is not appropriate to release write permission to the critical file , I considered to release the root group to the specific user , but it seems not good for security reason .&lt;BR /&gt;&lt;BR /&gt;For our case ,create a new group and release it to the specific user and the database is the only choice for me ? except this method , is there other method that I can use ? &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 15 Dec 2010 04:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726613#M386155</guid>
      <dc:creator>ivy1234</dc:creator>
      <dc:date>2010-12-15T04:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: File access right</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726614#M386156</link>
      <description>hi , &lt;BR /&gt;Hi , &lt;BR /&gt;which DB file is that , what is the database (oracle,sybase,Mysql) , for oracle .dbf can have these valid permission , and application interacts/queries with DB (oracle) and not unix directly and they all coexist happily&lt;BR /&gt;&lt;BR /&gt;-rw-r-----   1 oracle     oinstall   7340040192 Jan 22 08:07 ACCT_TRANS_1_sINDB.dbf&lt;BR /&gt;-rw-r-----   1 oracle     oinstall   534781952 Jan 22 08:18 B2K_SYSTEM_1_sINDB.dbf&lt;BR /&gt;-rw-r-----   1 oracle     oinstall   1059069952 Jan 22 08:46 B2K_TEMP_1_sINDB.dbf&lt;BR /&gt;&lt;BR /&gt;Reg</description>
      <pubDate>Wed, 15 Dec 2010 04:52:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726614#M386156</guid>
      <dc:creator>DeafFrog</dc:creator>
      <dc:date>2010-12-15T04:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: File access right</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726615#M386157</link>
      <description>I would like to simplify the question .&lt;BR /&gt;&lt;BR /&gt;can advise if I want the specific user have the read &amp;amp; write to the database file ( the file mode of database file is 444 and can not be changed ) , what can i do ? &lt;BR /&gt;&lt;BR /&gt;I tried to create a system permission group , and assign this group to root and the specific user ( for the application ) but it is not work .&lt;BR /&gt;&lt;BR /&gt;Ccurrently root have following groups .&lt;BR /&gt;&lt;BR /&gt;#id root&lt;BR /&gt;uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk)</description>
      <pubDate>Wed, 15 Dec 2010 08:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726615#M386157</guid>
      <dc:creator>ivy1234</dc:creator>
      <dc:date>2010-12-15T08:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: File access right</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726616#M386158</link>
      <description>You need to enable ACL</description>
      <pubDate>Wed, 15 Dec 2010 10:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726616#M386158</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-12-15T10:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: File access right</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726617#M386159</link>
      <description>Thanks reply ,&lt;BR /&gt;&lt;BR /&gt;I am not familiar with ACL setting , can advise if I want to release read &amp;amp; write permission to user1 , how to do it ? thx</description>
      <pubDate>Thu, 16 Dec 2010 06:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726617#M386159</guid>
      <dc:creator>ivy1234</dc:creator>
      <dc:date>2010-12-16T06:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: File access right</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726618#M386160</link>
      <description>Below thread explaining about ACL in HP-UX.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1292556034166+28353475&amp;amp;threadId=1046300" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1292556034166+28353475&amp;amp;threadId=1046300&lt;/A&gt;</description>
      <pubDate>Fri, 17 Dec 2010 03:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-access-right/m-p/4726618#M386160</guid>
      <dc:creator>Shibin_2</dc:creator>
      <dc:date>2010-12-17T03:21:29Z</dc:date>
    </item>
  </channel>
</rss>

