Multiple Choice
A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove that directory?
A) rmdir '~/\dir'
B) rmdir "~/\dir"
C) rmdir ~/'dir'
D) rmdir ~/\dir
E) rmdir ~/\\dir
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q128: What is true regarding a default route?<br>A)
Q129: Which of the following files, when existing,
Q130: Which of the following signals is sent
Q131: Which of the following commands prints all
Q132: Which type of filesystem is created by
Q134: Which of the following command sets the
Q135: Which of the following are tasks handled
Q136: Which of the following is correct when
Q137: What can the Logical Volume Manager (LVM)
Q138: When running the command sed -e "s/a/b/"