- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Acl permission
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-23-2009 10:14 PM
09-23-2009 10:14 PM
Hi Admins,
i have to provide acl permission to a normal user for zipping the files.
Please guide me what permission i have to give..
rwx or r-x ?
plz guide me
regards
himacs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 10:59 PM
09-23-2009 10:59 PM
Solution- the permission to _read_ the files s/he is going to zip (r-- for the files, r-x for directories containing the files)
- the permission to _write_ the zip archive to some directory (rwx for that directory only)
If the user intends to delete the original files after creating the zip archive, write access to the directories containing the original files (rwx) is needed. Write access to the files is not needed: write access to the directory is enough to delete the files inside it.
(Exception: if chmod +t is used on the directory, the user must be the owner of the files, or s/he cannot delete them.)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 11:14 PM
09-23-2009 11:14 PM
Re: Acl permission
Thanx for the response.
Actually i had tested in server with r-x permission normal user can zip the file.
Let me explain the scenario..
I have to set acl permission to a normal user on a folder, so that they can zip the files inside that folder.
Now my Q is if any new files created inside that folder ,that user can zip the new files?
My requirement is a normal user should be able to zip the files inside a folder where acl permision set..
plz guide
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2009 11:46 PM
09-23-2009 11:46 PM
Re: Acl permission
(Please show the getacl output.)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2009 12:56 AM
09-24-2009 12:56 AM
Re: Acl permission
By defualt a normal user can zip his own files with these commands
pack/unpack
compress/uncompress
zip/unzip
Suraj