User as root without typing sudo each time

General support questions
Locked
jobijoba
Posts: 13
Joined: 2015/01/21 16:40:15

User as root without typing sudo each time

Post by jobijoba » 2015/04/17 09:39:06

Hi all,

I want to allow some user to have privilege like root user. I know that the place is in "/etc/sudoers" or "visudo", ok it works fine and i can log with a user and type my command with sudo.
Now i want to disable sudo before each command. How is it possible ?

Regards

User avatar
MoonWolf
Posts: 81
Joined: 2013/11/07 10:31:59

Re: User as root without typing sudo each time

Post by MoonWolf » 2015/04/17 10:23:31

Code: Select all

sudo su -
Over And Out
MoonWolf

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Re: User as root without typing sudo each time

Post by gerald_clark » 2015/04/17 12:19:48


scottro
Forum Moderator
Posts: 2556
Joined: 2007/09/03 21:18:09
Location: NYC
Contact:

Re: User as root without typing sudo each time

Post by scottro » 2015/04/17 13:57:53

We missed that this was a double post, we'll close this one.
New users should check the FAQ and Read Me First pages

Locked