Which of the following commands will create the directory /home/gawd/tools/security regardless of the existence of its parent directories?

Which of the following commands will create the directory /home/gawd/tools/security regardless of the existence of its parent directories?

Which of the following commands will create the directory /home/gawd/tools/security regardless of the existence of its parent directories?

A.
mkdir -m /home/gawd/tools/security

B.
mkdir –makepath /home/gawd/tools/security

C.
mkdir -p /home/gawd/tools/security

D.
md -m /home/gawd/tools/security



Leave a Reply 1

Your email address will not be published. Required fields are marked *


mr_tienvu

mr_tienvu

Correct answer is C