- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- acl in hpux 11i
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
07-26-2006 04:16 PM
07-26-2006 04:16 PM
I am aware of acl on Sun Solaris.
I never came across acl discussion on this forum.
Is acl works the same way on hpux 11i as Solaris ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 04:20 PM
07-26-2006 04:20 PM
Re: acl in hpux 11i
Yes, ACL is supported in HP-UX. Check getacl and setacl .. Something like this,
# getacl -ad /tmp/SSH.depot
# file: /tmp/SSH.depot
# owner: root
# group: sys
user::rw-
group::---
class:---
other:---
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 04:43 PM
07-26-2006 04:43 PM
Re: acl in hpux 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 04:58 PM
07-26-2006 04:58 PM
Re: acl in hpux 11i
full security assured.
in the ManagingSystemsAndWorkgroups pdf, u can find a good chapter for ACL at page number 753.
and one more thing.
/* HP-UX was the first Unix to use access control lists for file access permissions rather than the standard Unix permissions system.*/
http://en.wikipedia.org/wiki/HPUX
reference:
http://en.wikipedia.org/wiki/Access_control_list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 05:03 PM
07-26-2006 05:03 PM
Re: acl in hpux 11i
Managing Systems and Workgroups: A Guide for HP-UX System Administrators:
the book link:
http://docs.hp.com/en/B2355-90950/index.html
refer this page for ACL concepts:
http://docs.hp.com/en/B2355-90950/ch08s04.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 07:02 PM
07-26-2006 07:02 PM
SolutionFile Access Control List (ACL) supported on hp-ux under jfs filesystem.
getacl - list access control lists (ACLs) for files .
lsacl
lsacl - list access control lists (ACLs) of files
Ex: #lsacl -l file_name
setacl - modify access control lists (ACLs) for files .
You can check the manpage for more details.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 07:36 PM
07-26-2006 07:36 PM
Re: acl in hpux 11i
if my memories don't fail, ACLs were available for filesystemtype HFS as well.
Using ACLs in NFS-mounted filesystems in a heterogenous environment (Solaris, HP-UX, Linux) is not always smooth - especially when setting ACLs on the NFS client.
I don't mind, however:
I recommend more than double check in such a case.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 07:13 PM
07-27-2006 07:13 PM
Re: acl in hpux 11i
the name says:
the access can be controlled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 07:41 AM
07-28-2006 07:41 AM
Re: acl in hpux 11i
See "man 5 acl" and "man 5 aclv" for an introduction to each. The 'see also' section at the bottom of each points to relevant APIs, as usual.