- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: psuedo root logon
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
06-29-2006 02:30 AM
06-29-2006 02:30 AM
Can anyone offer some thoughts?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 02:36 AM
06-29-2006 02:36 AM
Re: psuedo root logon
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.8p12/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 02:39 AM
06-29-2006 02:39 AM
Re: psuedo root logon
Are you taking about "Sudo" ? It is part of HP-Internet which can be downloaded from
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
Also, check out this http://www.courtesan.com/sudo/man/sudo.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 02:41 AM
06-29-2006 02:41 AM
Re: psuedo root logon
Allows the configuration of users to have superuser access to a specified set of commands. You specify these commands in your configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 02:52 AM
06-29-2006 02:52 AM
Re: psuedo root logon
There are (not so) many programs for that, sudo , su2, super...
sudo is the best known and used in this group, so I would opt for sudo, like that we could help you in ideas of configuration...
The idea of the product is to allow a su as root for a - or a list of commands....
Now depending what you want to do, perhaps a restricted SAM suffice
This is sam -r option
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 03:05 AM
06-29-2006 03:05 AM
Re: psuedo root logon
Hi again Victor.
I have limited some users using the SAM -r. But I have a few "power" users who are command line users. I want to prevent them from ching files that I, as administrator, have created. That's really the bottom line. They need to run copies, renames, etc. But I really want to protect directories and files within the directories from change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 03:15 AM
06-29-2006 03:15 AM
Re: psuedo root logon
If you set the "sticky" bit on a directory, then only the owner of a file (or root, of course) in the directory can remove it. To set the sticky bit, do:
# chmod 1777 /path
Does this help?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 03:15 AM
06-29-2006 03:15 AM
Re: psuedo root logon
Im not sure I follow you here...
Should I understand You want in a given directory only you can modify the content?
First your users if you grant sudo functionality should not chmod as root...
I understand a correct and well thought configuration of group option and priviledge can do the trick
You may need to explain a bit more...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 01:11 PM
06-29-2006 01:11 PM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 03:26 AM
07-21-2006 03:26 AM