Answers for "mkdir -p what is"

PHP
2

mkdir -p

mkdir -p parent/child

It will attempt to create parent directory first and even if both parent and child exist, it won't throw error
Posted by: Guest on July-19-2021

Browse Popular Code Answers by Language