Linux CLI - File and Directory Operations
What will happen when you run this command?
mkdir -p /tmp/project/src
mkdir -p /tmp/project/src
-p option creates all missing parent directories along the path.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions