<?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 Permission  issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245221#M470255</link>
    <description>Hi,&lt;BR /&gt;I am facing a problem related to directory permission / owbership. It was found during backup failure. &lt;BR /&gt;&lt;BR /&gt;drwxrwx---   2 webtest    isdads        2048 Feb  8 12:16 uploadedfiles&lt;BR /&gt;&lt;BR /&gt;I changed the directoy ownership by chown to root:root from user webtest.&lt;BR /&gt;$ chown root:root uploadedfiles&lt;BR /&gt;$ chmod 777 uploadedfiles&lt;BR /&gt;chmod: can't change uploadedfiles: Not owner&lt;BR /&gt;&lt;BR /&gt;Now from even root I am not able to change the permission / ownership of the folder. Also I am not able to revert back the ownership to webtest:isdads.&lt;BR /&gt;&lt;BR /&gt;# chmod 777 uploadedfiles&lt;BR /&gt;chmod: can't change uploadedfiles: Not owner&lt;BR /&gt;# chown webtest:isdads uploadedfiles&lt;BR /&gt;uploadedfiles: Not owner&lt;BR /&gt;&lt;BR /&gt;Now I need to give full permisson 777 to that folder. &lt;BR /&gt;&lt;BR /&gt;drwxrwxrwx   2 webtest    isdads        2048 Feb  8 12:16 uploadedfiles&lt;BR /&gt;&lt;BR /&gt;How can I achive this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance..&lt;BR /&gt;&lt;BR /&gt;Pramod</description>
    <pubDate>Thu, 24 Jun 2010 21:50:36 GMT</pubDate>
    <dc:creator>Pramod M</dc:creator>
    <dc:date>2010-06-24T21:50:36Z</dc:date>
    <item>
      <title>Permission  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245221#M470255</link>
      <description>Hi,&lt;BR /&gt;I am facing a problem related to directory permission / owbership. It was found during backup failure. &lt;BR /&gt;&lt;BR /&gt;drwxrwx---   2 webtest    isdads        2048 Feb  8 12:16 uploadedfiles&lt;BR /&gt;&lt;BR /&gt;I changed the directoy ownership by chown to root:root from user webtest.&lt;BR /&gt;$ chown root:root uploadedfiles&lt;BR /&gt;$ chmod 777 uploadedfiles&lt;BR /&gt;chmod: can't change uploadedfiles: Not owner&lt;BR /&gt;&lt;BR /&gt;Now from even root I am not able to change the permission / ownership of the folder. Also I am not able to revert back the ownership to webtest:isdads.&lt;BR /&gt;&lt;BR /&gt;# chmod 777 uploadedfiles&lt;BR /&gt;chmod: can't change uploadedfiles: Not owner&lt;BR /&gt;# chown webtest:isdads uploadedfiles&lt;BR /&gt;uploadedfiles: Not owner&lt;BR /&gt;&lt;BR /&gt;Now I need to give full permisson 777 to that folder. &lt;BR /&gt;&lt;BR /&gt;drwxrwxrwx   2 webtest    isdads        2048 Feb  8 12:16 uploadedfiles&lt;BR /&gt;&lt;BR /&gt;How can I achive this.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance..&lt;BR /&gt;&lt;BR /&gt;Pramod</description>
      <pubDate>Thu, 24 Jun 2010 21:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245221#M470255</guid>
      <dc:creator>Pramod M</dc:creator>
      <dc:date>2010-06-24T21:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Permission  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245222#M470256</link>
      <description>Is uploadedfiles an NFS mountpoint? If yes, then contact the server owner and change the export permissions to allow remote root access.</description>
      <pubDate>Thu, 24 Jun 2010 22:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245222#M470256</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-06-24T22:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Permission  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245223#M470257</link>
      <description>$ chown root:root uploadedfiles&lt;BR /&gt;By above action you have change the users to root so below chmod can only be executed with root account..if am not wrong..&lt;BR /&gt;&lt;BR /&gt;do ..&lt;BR /&gt;#ls -ld uploadedfiles&lt;BR /&gt;&lt;BR /&gt;So try with root to adapt the permission.&lt;BR /&gt;&lt;BR /&gt;$ chmod 777 uploadedfiles</description>
      <pubDate>Fri, 25 Jun 2010 09:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245223#M470257</guid>
      <dc:creator>singh sanjeev</dc:creator>
      <dc:date>2010-06-25T09:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Permission  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245224#M470258</link>
      <description>If you do:&lt;BR /&gt;$ bdf uploadedfiles&lt;BR /&gt;&lt;BR /&gt;What does it show for the provider of the directory? Is it on a lvol, NFS, CIFS or something else?&lt;BR /&gt;&lt;BR /&gt;You can change the ownership of your own files and directories, but the root on your system apperently doesn't have super-user access to this directory.&lt;BR /&gt;&lt;BR /&gt;You haven't mentioned what OS you run. Perhaps mentioning things like OS and version and some more info on the directory/filesystem, we might be able to help further.</description>
      <pubDate>Fri, 25 Jun 2010 10:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245224#M470258</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2010-06-25T10:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Permission  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245225#M470259</link>
      <description>Hi ..&lt;BR /&gt;Sorry for my mistake ... That updatefiles was an NFS and i resoled it from the source server.. &lt;BR /&gt;&lt;BR /&gt;Thanks for the replies...&lt;BR /&gt;Unluckly the itrc forum site also was not working today morninig....&lt;BR /&gt;&lt;BR /&gt;Thnkas very much..&lt;BR /&gt;Closing this thread</description>
      <pubDate>Fri, 25 Jun 2010 10:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245225#M470259</guid>
      <dc:creator>Pramod M</dc:creator>
      <dc:date>2010-06-25T10:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Permission  issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245226#M470260</link>
      <description>see arlier post</description>
      <pubDate>Fri, 25 Jun 2010 10:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/permission-issue/m-p/5245226#M470260</guid>
      <dc:creator>Pramod M</dc:creator>
      <dc:date>2010-06-25T10:44:08Z</dc:date>
    </item>
  </channel>
</rss>

