- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: privileges to normal user
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
03-30-2008 11:23 PM
03-30-2008 11:23 PM
privileges to normal user
I want to create new user with privileges do not arrived to root user
And the same time don’t arrived to normal user.
In simply this user he can’t entering to SAM but he can apply some
Command which not effect on a system.
Only except swinstall command .
How to work that ?
Thanks and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 11:44 PM
03-30-2008 11:44 PM
Re: privileges to normal user
Two options.
Use "sam -r" as root an assign tasks to a specific user.
Or install sudo and configure the commands he should use.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.9p11/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 11:46 PM
03-30-2008 11:46 PM
Re: privileges to normal user
Use SUDO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 12:16 AM
03-31-2008 12:16 AM
Re: privileges to normal user
by using
sam -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 12:21 AM
03-31-2008 12:21 AM
Re: privileges to normal user
Yesterday i am install the SUDO but i am don't know how work or using this.
and i am write man sudo but i am not found any response from it
how this software work and where i can installed ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 02:17 AM
03-31-2008 02:17 AM
Re: privileges to normal user
Add the installation directories to your PATH and MANPATH variables (/usr/local/....)
and have a look at this article
http://www.aplawrence.com/Basics/sudo.html
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 03:28 AM
03-31-2008 03:28 AM
Re: privileges to normal user
User_Alias HP = hp
Cmnd_Alias SU_ROOT = /usr/bin/su root
HP ALL = SU_ROOT,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2008 10:19 PM
03-31-2008 10:19 PM
Re: privileges to normal user
I am installed SUDO command under the /user/local but the same problem
And also I canâ t see any file for SUDO command
Such as /etc/sudoers , but I am applay find command on SUDO
And founded this
#find / -name sudo
/usr/local/bin/sudo
/usr/local/doc//sudo
/var/adm/sw/products/sudo
And I moving the /usr/local/bin/sudo to /usr/bin/sudo by using mv /usr/local/bin/sudo /usr/bin/sudo command
But the same problem.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2008 11:58 PM
04-01-2008 11:58 PM
Re: privileges to normal user
Dont move the sudo file to /usr/bin, add /usr/local/bin and /usr/local/etc to your PATH.
The sudoers file has to be created manualy the first time, if i'm not mistaken there should be an example in the /usr/local. Just search for it.
Please have a look at the link I gave you in my previous message.
http://www.aplawrence.com/Basics/sudo.html
Best regards,
Robert-Jan