- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- enable ACL on a filesystem
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-13-2005 11:26 PM
09-13-2005 11:26 PM
enable ACL on a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 11:30 PM
09-13-2005 11:30 PM
Re: enable ACL on a filesystem
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 11:33 PM
09-13-2005 11:33 PM
Re: enable ACL on a filesystem
By default, mount command with -o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 11:35 PM
09-13-2005 11:35 PM
Re: enable ACL on a filesystem
/stand/vmunix is using hfs fs. It is acl is as,
# lsacl -l /stand/vmunix
/stand/vmunix:
rwx root.%
r-x %.sys
r-x %.%
# ls -l /stand/vmunix
-rwxr-xr-x 1 root sys 29939416 Apr 13 19:22 /stand/vmunix
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 11:44 PM
09-13-2005 11:44 PM
Re: enable ACL on a filesystem
see man pages of
aclv
acl
chacl
lsacl
getacl
Rgds,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 11:47 PM
09-13-2005 11:47 PM
Re: enable ACL on a filesystem
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 11:47 PM
09-13-2005 11:47 PM
Re: enable ACL on a filesystem
lsacl
chacl
for vxfs (min version should be 4)
getacl
setacl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 01:03 AM
09-14-2005 01:03 AM
Re: enable ACL on a filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:02 AM
09-14-2005 02:02 AM
Re: enable ACL on a filesystem
example as following
# vxupgrade /db01
/db01: vxfs file system version 3 layout
# fstyp -v /dev/vgdb/rlvol1
vxfs
version: 3 -> means current file system version is 3 layout
f_bsize: 8192
f_frsize: 1024
f_blocks: 20480
f_bfree: 19366
f_bavail: 18156
.
.
.
.
we need to upgrade the /db01 file system layout to version 4
# vxupgrade -n 4 /db01
* beware, you can't recover the file system layout from 4 to 3, which upgrade from 3