Home / Programming MCQs / Linux MCQs / Question
V
Q. Which option of the “rmdir” command deletes all directories rep1, rep2, rep3 if the path is rep1/rep2/rep3?
The “rmdir -p” command in Unix allows you to delete parent directories if they are also empty. For example: $ rmdir -p rep1/rep2/rep3 this command will first delete rep3/, then rep2/ and finally rep1/ thus deleting the whole directory tree specified in the command’s argument.
You must be Logged in to update hint/solution
Q. In Linux everything stored as a
Q. Which terminal emulator was designed to work with the Enlightenment window manager?
Q. Which command is used to manage hard disk partitions in a Linux system
Q. In unix which system call creates the new process
Q. How to install Oracle Virtual Box?
Q. Which command is used to add new user in linux system?
Discusssion
Login to discuss.