Linux CLI - File and Directory Operations
Why does
mkdir -p not return an error if the directory already exists?mkdir -p not return an error if the directory already exists?-p option allows mkdir to skip creating directories that already exist without error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions