Which of the following are Linux commands to create and remove a directory?
A.
MD and DEL
B.
MKDIR and RMDIR
C.
MAKEDIR and remove MDIR
D.
AD and DEL
Explanation:
Mkdir and rmdir are the correct command directives.
Incorrect Answers:
A: Neither MD nor DE are proper command directives.
C: Neither MAKEDIR nor MDIR are proper command directives.
D: Neither AD nor DEL are proper command directives.