what is sudo on linux?

Answer Posted / surendra singh adhikari

sudo is command in linux.

sudoers user can access the root access and also can reset
the password of root account.

useradd surendra
passwd surendra

then type,
visudo or vi /etc/sudoers

add following entry,

surendra ALL=(ALL) NOPASSWD:ALL

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are system calls used for process management in linux?

587


I would like to know whether Simado and Setu products are they EPBX or not ?

1933


what are different ways the context switch happens from user to kernel space or vice-versa ?

2144


Explain process management system calls in linux?

559