- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- chown failed to get attributes of '//proc/2462/fd/...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 02:36 AM
03-16-2004 02:36 AM
i issued the command "#chown -R --from=user1 user2 /" and following fail message received
chown: failed to get attributes of '//proc/2462/fd/3': No such file or directory
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???
Second, a group named 'grp-a' owns some files/directories, which are spread all over the system(i.e in /var /usr /home etc)
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'.
Many Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 02:45 AM
03-16-2004 02:45 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 02:59 AM
03-16-2004 02:59 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 05:07 AM
03-16-2004 05:07 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:04 AM
03-16-2004 09:04 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
have a look are the --from in the man page. It changes all files that belong to user1 to user2, it does not change <
As for the group question for me the following seems to work:
chown --from=:grp-a :grp-b *
(Still I would check it locally before doing so with -R and / ;-)
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 05:01 PM
03-16-2004 05:01 PM
Re: chown failed to get attributes of '//proc/2462/fd/3'
Vitally karasik I *really* want to change ownership for all files starting from "/" .
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.
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.
Again please let me know whats this failed message means???Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 05:31 PM
03-16-2004 05:31 PM
Re: chown failed to get attributes of '//proc/2462/fd/3'
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 08:41 PM
03-16-2004 08:41 PM
Re: chown failed to get attributes of '//proc/2462/fd/3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 01:56 AM
03-17-2004 01:56 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
Best Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 02:00 AM
03-17-2004 02:00 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 02:37 AM
03-17-2004 02:37 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 02:40 AM
03-17-2004 02:40 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 06:36 PM
03-17-2004 06:36 PM
Re: chown failed to get attributes of '//proc/2462/fd/3'
could u please explain a bit more, i mean coulkd u please eleborate, what u said, through a step-by-step way
Best Regards
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 02:04 AM
03-18-2004 02:04 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 04:06 AM
03-18-2004 04:06 AM
Re: chown failed to get attributes of '//proc/2462/fd/3'
Best Regards