HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- set acl failing....
Operating System - HP-UX
1834086
Members
2299
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-31-2006 08:09 AM
03-31-2006 08:09 AM
set acl failing....
Hi all,
I have a script which is run, by a user "esocron" , which tries to execute
"setacl -rn -m groups:xxxx:r-x files". These files are owned by an user "Oracle", and the group is "dba".
The script fails, alerting "Permission denied".
Is there anyway..I could enable this script which is run by "esocron" to "setacl" successfully.
PLease suggest.....
Thanks..
Sarwar.
I have a script which is run, by a user "esocron" , which tries to execute
"setacl -rn -m groups:xxxx:r-x files". These files are owned by an user "Oracle", and the group is "dba".
The script fails, alerting "Permission denied".
Is there anyway..I could enable this script which is run by "esocron" to "setacl" successfully.
PLease suggest.....
Thanks..
Sarwar.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 08:36 AM
03-31-2006 08:36 AM
Re: set acl failing....
Not directly. Only the file owner or root can change file permissions or control the ACL for a file. Two options come to mind immediately:
1. Make esocron the owner of the file. You can adjust the ACL to let Oracle and/or the dba group do what they need to do with it.
or
2. Set up sudo so esocron could perform the ACL modifications as Oracle without a password being supplied.
The second option is probably the cleaner of the two. Of course, it requires that sudo be installed whereas option 1 requires no additional software.
1. Make esocron the owner of the file. You can adjust the ACL to let Oracle and/or the dba group do what they need to do with it.
or
2. Set up sudo so esocron could perform the ACL modifications as Oracle without a password being supplied.
The second option is probably the cleaner of the two. Of course, it requires that sudo be installed whereas option 1 requires no additional software.
--
Jeff Traigle
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2006 06:39 PM
03-31-2006 06:39 PM
Re: set acl failing....
Hi Sarwar,
Since esocron is not owner of files it cannot
do setacl on that file.
instead u first give write permission to esocron for
that file as owner oracle using setacl.
Then only u can do a setacl.
Alternately u can make esocron owner of those files.
Try this.
Since esocron is not owner of files it cannot
do setacl on that file.
instead u first give write permission to esocron for
that file as owner oracle using setacl.
Then only u can do a setacl.
Alternately u can make esocron owner of those files.
Try this.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP