- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Access to kill command
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
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
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
тАО02-04-2008 08:03 PM
тАО02-04-2008 08:03 PM
Access to kill command
I am facing a problem. There are certain processes (printer queues) which are to be killed regularly, for that I have to share the root password with other persons, resulting in integrity of server security.
Is there any method by which I can create a user/assign permission so that I dont have to share root password but side by side my aim is also accomplished.
or in other words that the user can use only kill command without any access to any other command.
Regards:
Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2008 12:10 AM
тАО02-05-2008 12:10 AM
Re: Access to kill command
HP also has RBAC that is similar. You can download it from here:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=AccessControl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2008 01:23 AM
тАО02-05-2008 01:23 AM
Re: Access to kill command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2008 07:02 PM
тАО02-05-2008 07:02 PM
Re: Access to kill command
you can use sudo for this case. in sudoers file, you can create command alias (Cmnd_Alias), for example:
Cmnd_Alias PRINTERSU = /usr/bin/su - [the command to kill printer queues]
than grant the user that you want to allow to run the command, for example:
arun ALL=(ALL) NOPASSWD: PRINTERSU
you can download the depot file from this site "http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.9p11/"
hopes can solve your case.
-yut-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2008 10:12 PM
тАО02-05-2008 10:12 PM
Re: Access to kill command
it is possible by starting SAM administration tool in restricted mode
# sam -r
by using this u can give permision to
particular user to get administrative privileges.
thanking u
M.Gunasekaran.