- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I restrict a specfic user to certain direct...
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-15-2003 11:26 AM
12-15-2003 11:26 AM
How do I restrict a specfic user to certain directory access ?
What is required to be done so that X can access only directories below /Y and /Z ?
- Q4U
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 11:33 AM
12-15-2003 11:33 AM
Re: How do I restrict a specfic user to certain directory access ?
You can consider using sudo for this. Or you can also use ACLs.
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 11:43 AM
12-15-2003 11:43 AM
Re: How do I restrict a specfic user to certain directory access ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 11:54 AM
12-15-2003 11:54 AM
Re: How do I restrict a specfic user to certain directory access ?
http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html
and
http://www.docs.hp.com/hpux/onlinedocs/os/jfs_acl.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 12:36 PM
12-15-2003 12:36 PM
Re: How do I restrict a specfic user to certain directory access ?
http://www.courtesan.com/sudo/
You can define User and Command aliases.
Something like this (Not tested).
root ALL = (ALL) ALL
Host_Alias MYHP = 10.0.0.1
Cmnd_Alias CD = /usr/bin/cd /Y
Runas_Alias CD=root
I do not currently have a working configuration though. But I am sure it can be done.
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 02:55 PM
12-15-2003 02:55 PM
Re: How do I restrict a specfic user to certain directory access ?
ACLs is possible in HP-UX 10.2......if so can u pls give me a simple step by step procedure.......i.e how to configure etc....
regards,
karthik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 06:25 PM
12-15-2003 06:25 PM
Re: How do I restrict a specfic user to certain directory access ?
i think you can not use acl with HP UX 10.20 with jfs file system.
hfs you can use it.
you can use manual page of lsacl, chacl etc.
Sunil