- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Permission issue
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
06-24-2010 02:50 PM
06-24-2010 02:50 PM
I am facing a problem related to directory permission / owbership. It was found during backup failure.
drwxrwx--- 2 webtest isdads 2048 Feb 8 12:16 uploadedfiles
I changed the directoy ownership by chown to root:root from user webtest.
$ chown root:root uploadedfiles
$ chmod 777 uploadedfiles
chmod: can't change uploadedfiles: Not owner
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.
# chmod 777 uploadedfiles
chmod: can't change uploadedfiles: Not owner
# chown webtest:isdads uploadedfiles
uploadedfiles: Not owner
Now I need to give full permisson 777 to that folder.
drwxrwxrwx 2 webtest isdads 2048 Feb 8 12:16 uploadedfiles
How can I achive this.
Thanks in advance..
Pramod
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2010 03:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2010 02:56 AM
06-25-2010 02:56 AM
Re: Permission issue
By above action you have change the users to root so below chmod can only be executed with root account..if am not wrong..
do ..
#ls -ld uploadedfiles
So try with root to adapt the permission.
$ chmod 777 uploadedfiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2010 03:07 AM
06-25-2010 03:07 AM
Re: Permission issue
$ bdf uploadedfiles
What does it show for the provider of the directory? Is it on a lvol, NFS, CIFS or something else?
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2010 03:42 AM
06-25-2010 03:42 AM
Re: Permission issue
Sorry for my mistake ... That updatefiles was an NFS and i resoled it from the source server..
Thanks for the replies...
Unluckly the itrc forum site also was not working today morninig....
Thnkas very much..
Closing this thread
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2010 03:44 AM
06-25-2010 03:44 AM