- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
12-19-2001 06:48 AM
12-19-2001 06:48 AM
permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 06:53 AM
12-19-2001 06:53 AM
Re: permissions
you can make use of ACLs for extended permissions, see "man acl" for more info.
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 06:54 AM
12-19-2001 06:54 AM
Re: permissions
man acl will give you all the details you need
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 06:56 AM
12-19-2001 06:56 AM
Re: permissions
U can use the "ACL" permissions for doing this. You can assign specific permission for specific users on specific files.
See man pages of 'chacl' command. Suppose A created a file 'file1' and if B wants write access to it,
# chacl 'B.%=rwx' file1.
You may put this in the crontab if needed.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 06:57 AM
12-19-2001 06:57 AM
Re: permissions
one option is:
1. create a subdirectory e.g. /subdir
2. chgrp GROUPB /subdir
3. chmod g+S /subdir
--> all files created in /subdir will inherit GROUPB, so userB should be able to read the files.
An other option is to use ACL.
good luck,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2001 06:59 AM
12-19-2001 06:59 AM
Re: permissions
This works on the command line. Is this a workable solution for you?
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 11:00 AM
12-21-2001 11:00 AM
Re: permissions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 11:12 AM
12-21-2001 11:12 AM
Re: permissions
Chech these threads for
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f1e6b2b80507822a00/screen=ckiDisplayDocument?docId=200000055662879
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f1e6b2b80507822a00/screen=ckiDisplayDocument?docId=200000024602386
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2001 11:34 AM
12-21-2001 11:34 AM
Re: permissions
HPUX 11.00 with vxfs file system (JFS older than 3.3) does not support ACLs.
Check this link -
http://www.docs.hp.com/hpux/onlinedocs/B3929-90007/B3929-90007.html
Thanks.
Prashant.