InterviewSolution
Saved Bookmarks
| 1. |
What is the concept behind sudo in Linux OS? |
|
Answer» Sudo STANDS for ‘SUPERUSER do’ where the superuser is the root user of Linux. It is a program for Linux/Unix-based systems that gives PROVISION to allow the users with superuser roles to use certain system commands at their root level. |
|