- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- permission assignment
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-12-2008 04:08 AM
07-12-2008 04:08 AM
permission assignment
1. groups - group1,group2,group3,group4
2. each group contain set of users .
3. directory name -- test
using ACL i assigned permission for test directory
group1 : rwx for directory test
group2 : r-x for directory test
if a user from group1 log into unix m/c
and he creates a file (or) directory in test and he can delete as mentioned in acl settings
question :
i have to set a permission in such a way , so that user from group1 can create a file and he should not delete the created file , how can i set the permission for this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 04:37 AM
07-12-2008 04:37 AM
Re: permission assignment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 07:32 AM
07-12-2008 07:32 AM
Re: permission assignment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 07:33 AM
07-12-2008 07:33 AM
Re: permission assignment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 08:57 AM
07-12-2008 08:57 AM
Re: permission assignment
#man chattr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 06:11 PM
07-12-2008 06:11 PM
Re: permission assignment
(Because that's the way HP-UX is. :-)
If a user puts a file there, why can't he delete it? About the only thing that may be helpful is the sticky bit. This prevents non-owners from removing the file, even if they have Group or Other permission. Useful for /tmp and /var/tmp.
>ahsan: may be chattr can helps you
No chattr on HP-UX, just linux with that -i. There is chatr(1) but that only works on load modules dealing with execution properties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 06:32 PM
07-12-2008 06:32 PM
Re: permission assignment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2008 08:31 PM
07-12-2008 08:31 PM
Re: permission assignment
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1248947
Which OS are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 08:38 AM
07-13-2008 08:38 AM