InterviewSolution
Saved Bookmarks
| 1. |
cd command cannot be used without any argument.(a) True(b) FalseI had been asked this question in an online interview.The question is from File Handling Commands: pwd, cd in section The File System of Unix |
|
Answer» CORRECT choice is (b) False For EXPLANATION: cd command can be used without any arguments. When it used in such a way, then it CHANGES our current directory to HOME directory. |
|