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
06-11-2008 06:26 AM
06-11-2008 06:26 AM
Sudo
I am implementing sudo on hp-ux, we have different versions of os running in our environment. I have few questions in this regard.
1- Does sudo comes with hp-ux application cd or its available only through shareware download.
2- I also need steps and detailed procedure of how to configure and make it running in our environment.
Regards,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2008 06:30 AM
06-11-2008 06:30 AM
Re: Sudo
http://hpux.asknet.de/hppd/hpux/Sysadmin/sudo-1.6.9p16/
Here you can find versions for 11.11, 11.23 and 11.31
Use the Home URL for help and documentation.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2008 06:34 AM
06-11-2008 06:34 AM
Re: Sudo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2008 06:43 AM
06-11-2008 06:43 AM
Re: Sudo
http://hpux.asknet.de/hppd/answers/
5. BINARY PACKAGE DISTRIBUTIONS
...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2008 06:47 AM
06-11-2008 06:47 AM
Re: Sudo
Basically, after downloading and installing you can configure it visudo command. exactly visudo opens /etc/sudoers file. this is sudo's configuration file. in this file you define user groups, users with aliases. And you also define actions (commands with full path) which users can do or not.
in this url there is a procedure but it's telling compiling from code. you can just read configuration
http://www.unixcities.com/sudo/index.html
Kenan.