- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: user with root privelege
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-22-2001 09:34 PM
08-22-2001 09:34 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2001 09:48 PM
08-22-2001 09:48 PM
Re: user with root privelege
But this is a security violation. It's better to use tools like sudo
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 07:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 07:58 AM
08-23-2001 07:58 AM
Re: user with root privelege
Simple way is to create any user and the edit /etc/passwd file and change the 3rd and 4th field to 0 and 3 . You are all set to go.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 08:13 AM
08-23-2001 08:13 AM
Re: user with root privelege
Simple: use uid=0 for anyuser and it is root.
But better way to do is use third party software like sudo, super. They are easy to setup.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 08:50 AM
08-23-2001 08:50 AM
Re: user with root privelege
I will prefer using software utilities like "SUDO" over creating user with uid 0.
If you are looking for only some commands/scripts to be used by normal user that need root previlages (eg. useradd/ userdel), you may consider using restricted sam for user. You can even build the custom applications in it.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 09:06 AM
08-23-2001 09:06 AM
Re: user with root privelege
1. You could give him the root password (not the best option obviously)
2. You could set up sudo (Free software..but there are security holes here)
3. You could set up restricted SAM and give them only the options you want them to have (recommeneded and easy)
4. You could use SCM and define what privileges you want them to have.
*** Chris Wong wrote a book called 11i Security. It covers these types of security issues, and is pretty good.....and don't let the title fool you, the book covers 10.2 thru 11i.
Just a suggestion,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2001 11:23 AM
08-23-2001 11:23 AM
Re: user with root privelege
...jcd...