InterviewSolution
Saved Bookmarks
| 1. |
When we log in, the UNIX places us in a directory, called ______ directory(a) home(b) main(c) parent(d) currentThis question was posed to me in class test.I want to ask this question from Categories of Files in division The File System of Unix |
|
Answer» RIGHT answer is (a) home The explanation: When we log in, the system automatically places us in a DIRECTORY CALLED Home directory. We can change our directory if we want and can also VIEW our home directory USING the shell variable, HOME. |
|