What command is used to create a new directory?

QuestionsQuestions8 SkillsProBasic Files OperationsSep, 25 2025
0154

To create a new directory in Linux, you use the mkdir command. Here’s the syntax:

mkdir directory_name

Replace directory_name with the desired name for your new directory. For example, to create a directory called my_folder, you would run:

mkdir my_folder

If you have any more questions or need further assistance, feel free to ask!

0 Comments

no data
Be the first to share your comment!