- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- user permisions as root
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
04-17-2002 02:40 PM
04-17-2002 02:40 PM
user permisions as root
I need your help. I want to create a user with some root permisions. I believe that their a way to do that but I can't find it. Could you please help me?
My system is HP9000 running HPUX 11.00.
Thanks.
Sameh Roufail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 02:47 PM
04-17-2002 02:47 PM
Re: user permisions as root
What kind of tasks do you want the users to do?
You can just set a sticky bit on the file that you want the users to run but that will leave a hole, depending on how you trap the script/executable.
You could also use sudo. Just check http://software.hp.com and search for sudo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 02:48 PM
04-17-2002 02:48 PM
Re: user permisions as root
this allowes specified users to run specified programs / commads as root.
You can obtain it from the HPUX porting and archive centre:
http://hpux.connect.org.uk/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 03:47 PM
04-17-2002 03:47 PM
Re: user permisions as root
Other than using 'sudo' which can be found
at the following link, you could also
consider using SAM with the nominated
restrictions.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.2b1/
# sam -r (is used to build it.)
man sam
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 05:35 PM
04-17-2002 05:35 PM
Re: user permisions as root
I agree with Michael. I personally find Restricted SAM robust and easy to configure for such purposes. In my environment, I use restricted sam heavily to create operator tasks that require superuser privileges.
You can add your own scripts to sam and then use sam -r to configure the users and privileges to your scripts.
Remember to set /usr/sbin in the normal user's PATH (by default, it is not in the PATH of a normal user) or use an alias for sam so that the user does not need to execute the full pathname to launch sam.
Hope this helps. Regards.
Steven Sim Kok Leong