<?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 chown: Not owner in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094856#M21233</link>
    <description>Hello.&lt;BR /&gt;&lt;BR /&gt;I have two user IDs. user csms and user ftpcsms. csms is normal user ID and ftpcsms is ftponly and belongs to group ftponly.  csms also is a part of group ftpcsms. But csms is not able to modify the ownership of a file created by him to ftpcsms.&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          24576 Nov 14  2000 /usr/bin/chown&lt;BR /&gt;&lt;BR /&gt;All looks good with chown. The error just says 'not owner' ... Any fix of it?&lt;BR /&gt;&lt;BR /&gt;thank you!</description>
    <pubDate>Wed, 31 Oct 2007 03:01:43 GMT</pubDate>
    <dc:creator>panchpan</dc:creator>
    <dc:date>2007-10-31T03:01:43Z</dc:date>
    <item>
      <title>chown: Not owner</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094856#M21233</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;I have two user IDs. user csms and user ftpcsms. csms is normal user ID and ftpcsms is ftponly and belongs to group ftponly.  csms also is a part of group ftpcsms. But csms is not able to modify the ownership of a file created by him to ftpcsms.&lt;BR /&gt;&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          24576 Nov 14  2000 /usr/bin/chown&lt;BR /&gt;&lt;BR /&gt;All looks good with chown. The error just says 'not owner' ... Any fix of it?&lt;BR /&gt;&lt;BR /&gt;thank you!</description>
      <pubDate>Wed, 31 Oct 2007 03:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094856#M21233</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-10-31T03:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: chown: Not owner</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094857#M21234</link>
      <description>I think I have not understood ur problem properly.Can you elaborate it properly.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;But csms is not able to modify the ownership of a file created by him to ftpcsms.&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;you specified two groups ftponly and ftpcsms.&lt;BR /&gt;&lt;BR /&gt;Kapil</description>
      <pubDate>Wed, 31 Oct 2007 03:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094857#M21234</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-10-31T03:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: chown: Not owner</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094858#M21235</link>
      <description>You should post the owner of the file trying to change the owner.&lt;BR /&gt;&lt;BR /&gt;If the file is uploaded, maybe an "auto change owner" is enabled, and the file is not owned by the csms.</description>
      <pubDate>Wed, 31 Oct 2007 06:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094858#M21235</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-31T06:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: chown: Not owner</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094859#M21236</link>
      <description>A non-root user cannot change the owner of a file.  From the chown man page:&lt;BR /&gt;&lt;BR /&gt;Only a user with superuser authority can use the chown command.&lt;BR /&gt;&lt;BR /&gt;I do admit that the error message is somewhat obscure :)&lt;BR /&gt;&lt;BR /&gt;Ann</description>
      <pubDate>Wed, 31 Oct 2007 13:30:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094859#M21236</guid>
      <dc:creator>Ann Majeske</dc:creator>
      <dc:date>2007-10-31T13:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: chown: Not owner</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094860#M21237</link>
      <description>Please take a look at what you posted. &lt;BR /&gt;By looking at the file I can see there is no w writable permissions on the file. &lt;BR /&gt;However if both users are in the group, the owner of the file can change the permissions and give it writable options to group as in &lt;BR /&gt;Root Group World.&lt;BR /&gt;r-x   r-x   r-x&lt;BR /&gt;      &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That should let you write to the file and any other one in the group. &lt;BR /&gt;&lt;BR /&gt;:) &lt;BR /&gt;Peace all m</description>
      <pubDate>Wed, 31 Oct 2007 19:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094860#M21237</guid>
      <dc:creator>David Gutierrez_4</dc:creator>
      <dc:date>2007-10-31T19:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: chown: Not owner</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094861#M21238</link>
      <description>fwiw, the same question was posted in the hpux forum two minutes later. Subsequent replies indicated the systm was hpux.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1173655" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1173655&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Nov 2007 08:31:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/chown-not-owner/m-p/4094861#M21238</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-11-01T08:31:22Z</dc:date>
    </item>
  </channel>
</rss>

