- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- description of sudo command needed
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-21-2007 05:01 AM
12-21-2007 05:01 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2007 06:12 AM
12-21-2007 06:12 AM
SolutionInstallation procedure for the supported HP-UX versions:
Download the sudo .depot package from software.hp.com (it's part of a collection named "Internet Express" but the download page allows to download just the sudo package if you wish). The package is named something like "ixSudo-
Transfer the package to your HP-UX system using a method of your choice. You can place the depot package anywhere.
Read the relevant parts of the HP Internet Express documentation:
http://docs.hp.com/en/internet.html#Internet%20Express
Use the "swinstall" tool to install sudo, just like any other HP-UX product.
As "sudo" is an open-source product, the most current sudo-specific documentation can be found in the internet:
http://www.sudo.ws/sudo/
(the author's website)
http://en.wikipedia.org/wiki/Sudo
(an overview of sudo)
After installing sudo, you should also read the man pages: "man sudo", "man sudoers" and "man visudo". Note that "man sudoers" in particular is _very_ detailed and can take a while to read and understand. The beginning of the man page is very heavy reading, but near the end there are good examples.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2007 06:20 AM
12-21-2007 06:20 AM
Re: description of sudo command needed
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 02:17 AM
12-28-2007 02:17 AM
Re: description of sudo command needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2007 04:18 AM
12-30-2007 04:18 AM
Re: description of sudo command needed
Hi Asif,
Try this ....
First of all download the reuired sudo
version
from net. I think you will get it the link
from itrc itself.
Please try the below procedure...
STEPS TO INSTALL THE .DEPOT FILE FOR SUDO
USERS
1) Download the .depot file from the net
2) From the ftp put the .depot file in the
/tmp directory
3) Run the .depot file using the command
#swinstall â s /tmp/
4) Check the sudo is install or not using
#swlist | grep sudo
Output : sudo is installed with version
5) Now set the path variable to run the
visudo by using the command
#PATH=$PATH:/usr/local/sbin
6) Check from the command prompt it is
opening or not by using
#visudo
7) It opens a file in a vi editor mode to
edit the file
8) Now enter the user name to access as a
super user