- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Root Account ID
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
03-08-2004 02:41 AM
03-08-2004 02:41 AM
Root Account ID
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 04:25 AM
03-08-2004 04:25 AM
Re: Root Account ID
My question is why do you think you need an account with root privileges and what are you planning on doing with it?
If your problem is that you inherited a system and you don't know the root password, you can boot the system to single user mode:
>>> b -fl s
mount the filesystems:
#bcheckrc
and change the root password
#passwd
If you want to give one or more users some or all of the root privileges yet keep them individually identifiable for auditing purposes there are several ways to accomplish this.
1) If all you want is accountability, give each user that will have root privileges the root password. Have the user log in as themselves first, then do a su to root when they need root privileges.
2) Depending on what version you're using, you can use the dop utility to give the user privileges. There have been several messages in this forum recently about dop, you can search for them to get more info.
3) There is a freeware utility called sudo that you can also use to give users the privileges. You can also search this forum for references to sudo.
Ann
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 03:55 PM
03-08-2004 03:55 PM
Re: Root Account ID
if you create an account with uid as 0 that account can be used as root.
but it is not advised, you can use sudo to perform the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 05:29 PM
03-08-2004 05:29 PM
Re: Root Account ID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 06:32 PM
03-08-2004 06:32 PM
Re: Root Account ID
So he/she can use the "su" command if necessary.
Another approach is to set the "S" bit on programs which must be run with root-privileges.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2004 07:03 AM
03-09-2004 07:03 AM
Re: Root Account ID
Mohamed