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
Correct answer is C