ExamVeda
Login
Home
This question belongs to Computer Science Linux
Linux
?

What command is used to remove the directory?

Answer & Solution
Correct Answer: Option D
The rmdir command is used to remove directories in Linux.
When you want to delete an empty directory from your system, you use the rmdir command followed by the directory name.
It stands for "remove directory".
It's important to note that this command only works for empty directories. If the directory contains any files or other directories, you need to use the rm command with appropriate options to remove them.
So, in summary, to remove directories in Linux, you'd use the rmdir command.
Examveda
Question posted by Examveda
Community

Join the Discussion

2 Comments
Rohit Mohite
Rohit Mohite 6 years ago
Option d is correct.

if a directory containing a files then we can use "rm" command.
and "rmdir" command used only to delete an empty directory.
VIKASH BHAGAT
VIKASH BHAGAT 7 years ago
To delete the user with its home directory is used?