- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Root User creation
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
02-28-2008 10:26 AM
02-28-2008 10:26 AM
Thanks'
Philemon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 10:40 AM
02-28-2008 10:40 AM
Re: Root User creation
A 'root' account is merely an account with a uid=0. PLEASE don't do this. If you create a duplicate uid=0, for example, named "altroot" and then later do:
# find /path -user altroot -exec rm -rf {} \+
...then you just REMOVED every file and directory belonging to 'root' (since the '-user altroot' translates to '-user 0'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 11:05 AM
02-28-2008 11:05 AM
Re: Root User creation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 12:01 PM
02-28-2008 12:01 PM
Re: Root User creation
Thanks
Philemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 12:08 PM
02-28-2008 12:08 PM
Solution> one of the user require to check the connectvity of server and the netbackup server. What do i do? how do i give root privileges to the user to troubleshoot the issue.
If a simple 'ping' will suffice, using the absolute path will allow the non-root user to access 'ping':
# /usr/sbin/ping somehost
As suggested, 'sudo' is on safe way to confer granular root privileges.
The concenpt of a "temporary" duplicate root account is meaningless. You might as well give out the 'root' password for the duration of the need and then change it when the work is complete. As I said, it is the UID=0 that matters, not (so much) the names by which it is aliased.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 12:14 PM
02-28-2008 12:14 PM