<?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: chown failed to get attributes of '//proc/2462/fd/3' in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220177#M10691</link>
    <description>To change groups in all the directories on your drive, try:for F in $( find / -mount -$OGID ) ; do    chown $GID $F    doneWhere "$OGID" is the old group id number and "$GID" is the new group name.  "-mount" will keep it from searching NFS mounts.The group id number can be found in /etc/group.</description>
    <pubDate>Wed, 17 Mar 2004 10:37:25 GMT</pubDate>
    <dc:creator>Steve_160</dc:creator>
    <dc:date>2004-03-17T10:37:25Z</dc:date>
    <item>
      <title>chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220167#M10681</link>
      <description>Hi &lt;BR /&gt;i issued the command "#chown -R --from=user1 user2 /" and following fail message received&lt;BR /&gt;chown: failed to get attributes of '//proc/2462/fd/3': No such file or directory&lt;BR /&gt;Although the failed message was recieve, all of the files owned by user1, now in the ownership of user2, i.e. command succesfuly worked. So why the failed message received???&lt;BR /&gt;&lt;BR /&gt;Second, a group named 'grp-a' owns some files/directories, which are spread all over the system(i.e in /var /usr /home etc)&lt;BR /&gt;what command should i issue, so that another group named grp-b, becomes the owner of all those files/directories, which are currently in the ownership of 'grp-a'.&lt;BR /&gt;&lt;BR /&gt;Many Thanks</description>
      <pubDate>Tue, 16 Mar 2004 10:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220167#M10681</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-16T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220168#M10682</link>
      <description>do you *really* want to change ownership for all files starting from "/" ?!</description>
      <pubDate>Tue, 16 Mar 2004 10:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220168#M10682</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-03-16T10:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220169#M10683</link>
      <description>Maaz, maybe you should post to the forum exactly what you need to accomplish. To put it mildly, the command you are trying to execute is not recommended on a production machine. It is likely to render your machine insecure, unstable, unusable.</description>
      <pubDate>Tue, 16 Mar 2004 10:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220169#M10683</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-03-16T10:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220170#M10684</link>
      <description>And you cant change file attributes on /proc...</description>
      <pubDate>Tue, 16 Mar 2004 13:07:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220170#M10684</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-03-16T13:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220171#M10685</link>
      <description>Hello .not. Sharf,&lt;BR /&gt;&lt;BR /&gt;have a look are the --from in the man page. It changes all files that belong to user1 to user2, it does not change &amp;lt;&lt;ALL&gt;&amp;gt; files&lt;BR /&gt;&lt;BR /&gt;As for the group question for me the following seems to work:&lt;BR /&gt;&lt;BR /&gt;chown --from=:grp-a :grp-b *&lt;BR /&gt;&lt;BR /&gt;(Still I would check it locally before doing so with -R and / ;-)&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;BR /&gt;&lt;BR /&gt;&lt;/ALL&gt;</description>
      <pubDate>Tue, 16 Mar 2004 17:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220171#M10685</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-16T17:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220172#M10686</link>
      <description>Ok GURUS,if i issue "#chown -R --from=user1 user2 /"  command, it works, but I also receive failed message i already mentioned in my firs post. And if i issue as "#chown -R --from=user1 user2 /home/user1", it works, and dont produce any failed message. So any ideaz??? and again let me know what this FAILED MESSAGE MEANS???&lt;BR /&gt;&lt;BR /&gt;Vitally karasik I *really* want to change ownership for all files starting from "/" .&lt;BR /&gt;&lt;BR /&gt;Paul Cross, I just want to change ownership of files from one user to another. And I do agree with u, but its a need for me, anyway thanks a lot.&lt;BR /&gt;&lt;BR /&gt;And Martin P.J. Zinser, u must b a GENIUS. Thanks for let me know 'chown --from=:grp-a :grp-b *', it really works, and even with -R option as well.&lt;BR /&gt;&lt;BR /&gt;Again please let me know whats this failed message means???Regards&lt;BR /&gt;&lt;BR /&gt;Maaz</description>
      <pubDate>Wed, 17 Mar 2004 01:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220172#M10686</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-17T01:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220173#M10687</link>
      <description>Actually, the usual way to change the group from files is to use "chgrp".  &lt;BR /&gt; &lt;BR /&gt;I wonder if your original problem is that you have attempted to change the ownership if a process in the /proc directory.  I know you shouldn't be ble to do this but try your "chown" again but don't include /proc in yout list of files to change.</description>
      <pubDate>Wed, 17 Mar 2004 01:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220173#M10687</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-17T01:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220174#M10688</link>
      <description>regarding error message - /proc is pseudo-filesystem, chmod can't work with such files.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Mar 2004 04:41:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220174#M10688</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-03-17T04:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220175#M10689</link>
      <description>Ok Many many thanks to u All, thanks for feedbacks/support. Now every thing is clear&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Wed, 17 Mar 2004 09:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220175#M10689</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-17T09:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220176#M10690</link>
      <description>oops, was reading to fast...</description>
      <pubDate>Wed, 17 Mar 2004 10:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220176#M10690</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-03-17T10:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220177#M10691</link>
      <description>To change groups in all the directories on your drive, try:for F in $( find / -mount -$OGID ) ; do    chown $GID $F    doneWhere "$OGID" is the old group id number and "$GID" is the new group name.  "-mount" will keep it from searching NFS mounts.The group id number can be found in /etc/group.</description>
      <pubDate>Wed, 17 Mar 2004 10:37:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220177#M10691</guid>
      <dc:creator>Steve_160</dc:creator>
      <dc:date>2004-03-17T10:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220178#M10692</link>
      <description>I'm not sure what happened above.  For some reason all my carriage-returns got deleted.  The command starts with "for" and ends with "done."</description>
      <pubDate>Wed, 17 Mar 2004 10:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220178#M10692</guid>
      <dc:creator>Steve_160</dc:creator>
      <dc:date>2004-03-17T10:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220179#M10693</link>
      <description>Hello Steve,&lt;BR /&gt; could u please explain a bit more, i mean coulkd u please eleborate, what u said, through a step-by-step way&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 18 Mar 2004 02:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220179#M10693</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-18T02:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220180#M10694</link>
      <description>I'm not having much luck getting this readable.  For some reason it takes all the newlines out when I hit submit.  I'm going to try putting my reply in an attachment, though I don't really know what that will do.</description>
      <pubDate>Thu, 18 Mar 2004 10:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220180#M10694</guid>
      <dc:creator>Steve_160</dc:creator>
      <dc:date>2004-03-18T10:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: chown failed to get attributes of '//proc/2462/fd/3'</title>
      <link>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220181#M10695</link>
      <description>Many Thanks Steve. I really appreciate u for ur kind consideration, and feedbacks&lt;BR /&gt;&lt;BR /&gt;Best Regards</description>
      <pubDate>Thu, 18 Mar 2004 12:06:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/chown-failed-to-get-attributes-of-proc-2462-fd-3/m-p/3220181#M10695</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2004-03-18T12:06:12Z</dc:date>
    </item>
  </channel>
</rss>

