- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- chgrp: Not owner
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
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
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
тАО05-04-2001 09:44 AM
тАО05-04-2001 09:44 AM
chgrp: Not owner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2001 09:53 AM
тАО05-04-2001 09:53 AM
Re: chgrp: Not owner
to chgrp a file you need to be the owner of the file or root.
If you didn't execute the chgrp as root, there is probably a file in the /dbs1 tree that does not belong to you.
If you DID execute the chgrp as root, then there's possibly a filesystem NFS-mounted from another system.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2001 10:05 AM
тАО05-04-2001 10:05 AM
Re: chgrp: Not owner
Thanks for the very speedy response. Anyways, I did execute chgrp as root and I've verified thatthere are no NFS-mounted filesystem.
Please advise. Thanks again.
Ira
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2001 10:09 AM
тАО05-04-2001 10:09 AM
Re: chgrp: Not owner
can identify exactly where the problem occurs?
try:
chgrp sys /dbs1 (for the directory itself)
chgrp sys /dbs1/* (for the first subdir)
... and maybe further downwards is no errors yet.
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2001 10:11 AM
тАО05-04-2001 10:11 AM
Re: chgrp: Not owner
Thierry is correct. In order to change the owner or group, you must own the file and have
the CHOWN privilege.
You could confer this privilege to the "dba" group by using the 'setprivgrp' command. See the man pages (1M) for 'setprivgrp'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2001 10:16 AM
тАО05-04-2001 10:16 AM
Re: chgrp: Not owner
What does 'getprivgrp -g' return? It should (at least) have:
global privileges: CHOWN
Also: Do you have a file /etc/privgroup ?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-04-2001 11:13 AM
тАО05-04-2001 11:13 AM