- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Is root the only user to create users or change pa...
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
05-09-2005 10:44 AM
05-09-2005 10:44 AM
Thanks !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 10:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 05:35 PM
05-09-2005 05:35 PM
Re: Is root the only user to create users or change passwords of others
use sudo if you want to give rights for users to run a particular application in root access
use file permissions(user/group) to give rights for users to access a particular file
use sticky executable bit permission to run a particular application with root access
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 10:36 PM
05-09-2005 10:36 PM
Re: Is root the only user to create users or change passwords of others
but do man vipw first.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2005 12:31 AM
05-10-2005 12:31 AM
Re: Is root the only user to create users or change passwords of others
You can have more than one root user, but that is a really, bad idea from the security standpoint.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2005 04:42 AM
05-10-2005 04:42 AM
Re: Is root the only user to create users or change passwords of others
Well by this time you should have had the solution since others have already mentioned
It is a bad idea to have another root equivalent id(security risk)
sudo(root brokering tool) can give root access.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 12:00 PM
05-11-2005 12:00 PM
Re: Is root the only user to create users or change passwords of others
Add something like this:
User_Alias usermgt = user1, user2
Cmnd_Alias USERMGT = /usr/bin/chfn, /usr/bin/chsh, /usr/bin/passwd, /usr/sbin/groupadd, /usr/sbin/groupdel, /usr/sbin/groupmod, /usr/sbin/useradd, /usr/sbin/usermod
(note that the above should be one line; also I just picked some commands, you might want to cusomize the list per your requirements)
accmgt ALL = USERMGT
HTH,
Ross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 04:52 PM
05-11-2005 04:52 PM
Re: Is root the only user to create users or change passwords of others
Sudo is a third party ( shareware ) software not supported by HP.
thanks
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 05:26 PM
05-11-2005 05:26 PM
Re: Is root the only user to create users or change passwords of others
> A good use of restricted SAM can be of help
This is the LINUX forum man. Not HPUX.
> Sudo is a third party ( shareware ) software
Sudo is FREE software. And btw, third party software is not the same as shareware.
> not supported by HP.
Are you talking about HPUX?
I think a good 90% if not more of all Linux installations out there have sudo installed.
Regards,
Ross