InterviewSolution
Saved Bookmarks
| 1. |
Explain Root and it’s significance in the Linux system? |
|
Answer» The ROOT is the most privileged account in Linux for the system administrator. The root user has you full access to the system to perform all kind of access. The root is default account of Linux, created with Linux installation only. The root user is ALSO known as the Root account or superuser. Due to UNCONTROLLED access of Root account, this account needs to be secured and used crucially and carefully. Some of the FUNCTIONS can be performed by the Root account:-
|
|