ExamGecko
Question list
Search
Search

Question 64 - 101-500 discussion

Report
Export

A user accidentally created the subdirectory \dir in his home directory. Which of the following commands will remove that directory?

A.
rmdir '~/\dir'
Answers
A.
rmdir '~/\dir'
B.
rmdir "~/\dir"
Answers
B.
rmdir "~/\dir"
C.
rmdir ~/'dir'
Answers
C.
rmdir ~/'dir'
D.
rmdir ~/\dir
Answers
D.
rmdir ~/\dir
E.
rmdir ~/\\dir
Answers
E.
rmdir ~/\\dir
Suggested answer: E
asked 18/09/2024
Anthony Agbale
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first