About 36,200,000 results
Open links in new tab
  1. How to Create Directory in Linux | mkdir Command - GeeksforGeeks

    Nov 3, 2025 · The mkdir command in Linux stands for “make directory” and is used to create new folders quickly and efficiently from the terminal. It helps users organize their files by creating one or multiple …

  2. How to Create a Directory in Linux via mkdir Command - phoenixNAP

    Dec 11, 2025 · Learn how to create a directory in Linux using mkdir. This guide also covers multiple directories, nested directories, and permissions.

  3. How to use the command 'mkdir' (with examples)

    Dec 17, 2024 · The mkdir command is a fundamental operation available in Unix-like operating systems, used primarily for creating directories. It offers several options to enhance its usability, including …

  4. Use mkdir Command on Linux: A Comprehensive Guide

    Sep 21, 2025 · Learn how to use the mkdir command in Linux for creating directories, setting permissions, and more. This comprehensive guide offers practical examples.

  5. mkdir Command in Linux with Examples - LinuxCapable

    Nov 17, 2025 · You’ll learn how to create single and multiple directories, build nested directory structures with parent directories in one step, set specific permissions during creation, handle spaces in …

  6. How to Use the mkdir Command in Linux: An In-Depth Guide

    Dec 27, 2023 · In this comprehensive guide, I‘ll teach you how to use one of the most important commands for working with directories – mkdir. By the end of this tutorial, you‘ll have a deep …

  7. Bash mkdir Command - Make Directories - W3Schools

    The mkdir command is used to create new directories. It's a simple way to organize files into folders. To create a new directory, use mkdir directory_name: The mkdir command has several options to …

  8. Complete Guide to mkdir Command in Linux with Examples

    As the name suggests, the mkdir command is used to create a named directory at a given path, which also allows us to create single or multiple directories at once with the required file permissions.

  9. Linux mkdir Command Explained for Beginners (with examples)

    In Linux, while the rm command lets you delete directories, it's the mkdir command that allows you create them in the first place. In this tutorial, we will discuss the basics of this tool using some easy to …

  10. Understanding the Linux `mkdir` Command: A Comprehensive Guide

    Understanding how to effectively utilize this command is crucial for system organization and scripting. This guide aims to provide an in-depth look at the mkdir command, covering its basic usage, …