gbeltran90491 gbeltran90491 20-02-2024 Computers and Technology contestada What is the command used to create the folder child, as well as the parent folder, parent/child?A) mkdir parent/child B) mkdir -p parent/child C) mkdir parent && mkdir parent/child D) mkdir -p parent && mkdir parent/child