InterviewSolution
Saved Bookmarks
| 1. |
When we log in as root user we are placed in ____(a) /bin(b) /root(c) /system(d) /adminI got this question in a national level competition.The doubt is from Administrator Specific Commands and Privileges in chapter Essential Shell Programming of Unix |
|
Answer» CORRECT option is (b) /ROOT Explanation: When we log in to the SYSTEM as root USER we are normally placed in the root’s HOME directory. Depending on the system we are using this directory can be / or /root. |
|