|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help needed in sudo access
I want to give root access to a user called denielr on server - tsprd01, but do not want to share root password. I have sudoers configured already.
He should have all access equal to root. I made this entry in /etc/sudoers, but it is not working PHP Code:
PHP Code:
|
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Try: Code:
denielr ALL=(ALL) NOPASSWD: ALL |
| The Following User Says Thank You to in2nix4life For This Useful Post: | ||
solaris_1977 (10-10-2012) | ||
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
It worked. Thanks in2nix4life
|
| 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 |
| ONLY SU Sudo access | ajaincv | Shell Programming and Scripting | 1 | 07-22-2011 01:03 AM |
| Any way to know beforehand if SUDO is (going to be) needed? | courteous | Shell Programming and Scripting | 1 | 12-12-2010 06:37 PM |
| sudo user access | daveisme | AIX | 2 | 07-15-2010 03:39 PM |
| Sudo help needed | blane | UNIX for Advanced & Expert Users | 3 | 10-24-2008 02:33 PM |
| secure access using sudo | melanie_pfefer | Solaris | 0 | 03-12-2008 04:11 AM |
|
|