Create new directory linux command
Question
What is the method to create a new directory in Linux?
Answer
To create a new directory in Linux, use the command mkdir directory_name
, replacing "directory_name" with your desired name for the new directory.