1.

Multiple directories can be removed using single rmdir command.(a) True(b) FalseThis question was posed to me in final exam.This key question is from File Handling Commands: pwd, cd topic in section The File System of Unix

Answer»

Correct CHOICE is (a) True

The best explanation: Like MKDIR command, we can delete multiple directories using ONE shot of rmdir command. While deleting directories and subdirectories, a reverse LOGIC is applied i.e. first the subdirectories or the CHILD directories are removed and then their parent directories.



Discussion

No Comment Found

Related InterviewSolutions