- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Directory permissions
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
09-21-2005 09:45 PM
09-21-2005 09:45 PM
i've just a question regarding directory perms within UX11.11
When doing an "ls -l", i get the follwing output:
drwxr-xr-x+ 4 yard ddtsusr 8192 Apr 26 16:32 yard
I would like to know what the "plus" sign behind the permission mask means. It does not seem to be an ACL, because an 'lsacl -l' produces an error:
abctest2:/home# lsacl -l yard
lsacl: file "yard": Function is not available (errno = 251)
TIA,
Karsten
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:56 PM
09-21-2005 09:56 PM
Re: Directory permissions
# lsacl yard
instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:56 PM
09-21-2005 09:56 PM
Re: Directory permissions
reading "man ls" the "+" seems
to be regarding optional ACL entries
(I don't know the cause for error in your "lsacl").
regards
pg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:59 PM
09-21-2005 09:59 PM
Re: Directory permissions
Access Control Lists (ACLs)
If a file has optional ACL entries, the -l (ell) option displays a plus sign (+) after the file's permissions. The permissions shown are a summary representation of the file's access control list, as returned by stat() in the st_mode field (see stat(2)). To list the contents of an access control list, use the lsacl command (see lsacl(1) and acl(5)) for HFS file systems, or the getacl command (see getacl(1) and aclv(5)) for JFS file systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:59 PM
09-21-2005 09:59 PM
Re: Directory permissions
# lsacl /stand/vmunix -- > HFS fs
I hope /home will be in vxfs else check with bdf -t vxfs. If /home is there use getacl as,
getacl /home/yard
<-- chmod man page says -->
If a file seems to be missing from a directory, use ls -H to determine
the cause. Recovery is accomplished by the addition of a + to the
dirname:
chmod u-H dirname+
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 02:37 AM
09-22-2005 02:37 AM
Re: Directory permissions
The 'getacl" instead of 'lsacl' was the key. I forgot to mention that the underlying Filesystem is vxfs.
Greetings,
Karsten
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 02:41 AM
09-22-2005 02:41 AM