- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to abtain ROOT perssion in a common user's...
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
08-30-2001 06:29 AM
08-30-2001 06:29 AM
How to abtain ROOT perssion in a common user's shell?
thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:33 AM
08-30-2001 06:33 AM
Re: How to abtain ROOT perssion in a common user's shell?
I think the best and safest way would be to use sudo, go and download it from your prefered HP Porting and Archive center...
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:35 AM
08-30-2001 06:35 AM
Re: How to abtain ROOT perssion in a common user's shell?
You should think about using sudo to delegate root tasks. Have a look at:
http://www.courtesan.com/sudo
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:44 AM
08-30-2001 06:44 AM
Re: How to abtain ROOT perssion in a common user's shell?
Download and install sudo and give this user the right to run this script with root permissions.
Installation and configuration of sudo is simple and straightforward.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:47 AM
08-30-2001 06:47 AM
Re: How to abtain ROOT perssion in a common user's shell?
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:49 AM
08-30-2001 06:49 AM
Re: How to abtain ROOT perssion in a common user's shell?
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x3de6f841489fd4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:54 AM
08-30-2001 06:54 AM
Re: How to abtain ROOT perssion in a common user's shell?
I would prefer to use sudo for such root activities by non-root users.
Check this for download.
http://www.rge.com/pub/admin/sudo/
Goodluck
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 07:08 AM
08-30-2001 07:08 AM
Re: How to abtain ROOT perssion in a common user's shell?
well if you want to install sudo in swinstall format, you can grab it from
http://hpux.cs.utah.edu/hppd/hpux/SYsadmin/sudo-1.6.2b1
or if you want the source code and want to compile it yourself, grab it from
http://www.courtesan.com/sudo
Only drawback is the latest version is 1.6.3p7 while the one available from HP site is 1.6.2b1
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 01:04 PM
08-30-2001 01:04 PM
Re: How to abtain ROOT perssion in a common user's shell?
if you edit your script to have a first line like
#!/usr/bin/sh
then you can set the SUID bit for it!
But sudo is sooooo much better that you should go
for it - making a SUID script "safe" is rather tedious
and would make you a rather "unhappywolf" ;-)
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 03:06 PM
08-30-2001 03:06 PM
Re: How to abtain ROOT perssion in a common user's shell?
http://hpux.cs.utah.edu/hppd/hpux/SYsadmin/sudo-1.6.2b1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 03:19 PM
08-30-2001 03:19 PM
Re: How to abtain ROOT perssion in a common user's shell?
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.2b1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:01 PM
08-30-2001 06:01 PM
Re: How to abtain ROOT perssion in a common user's shell?
After you download the file form hpux.cs.utah.edu , you should first gunzip it before you run swinstall . Note ,it is a zip file . if you download the file with ??.depot , first move it as *.depot.gz and use gunzip.
xli14