|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
New root account with Different UID number
Hi Unix Gurus .
I have requirement where in which - I would like create duplicate root equivalent account with all the privileges equal to root. Is it possible to create this duplicate account with different UID. ? this id i would like give it to my teams - who does multiple activities using this duplicate root id including user account creation and running scripts /cron jobs / mounting ..etc. Any great alternative suggestions welcome . Regards, vasu |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
While it is technically possible, it is not a clean way to fit another user with root permissions. They could also just modify original root. So you are better off with either checking if your operating system supports RBAC or
sudo to assign only those permissions needed for tasks by the users.
|
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Quote:
On Solaris, you can set root as a role (that's the default starting with Solaris 11) and then grant this role to the users who require it. Alternatively (or in parallel), you can also use sudo. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to su - from non root acount to non root account | rishiraaz | Solaris | 9 | 05-23-2011 01:01 AM |
| Root account! | jofonseca99 | UNIX for Dummies Questions & Answers | 4 | 09-21-2009 02:40 PM |
| Can't login root account due to can't find root shell | neikel | AIX | 2 | 01-30-2008 10:07 PM |
| Root account is expired | mallesh | UNIX for Advanced & Expert Users | 2 | 06-22-2005 10:46 AM |
| root account has been locked | Maker | AIX | 1 | 04-15-2004 09:25 AM |
|
|