About 89,700 results
Open links in new tab
  1. How to Create Directory in Linux | mkdir Command

    Nov 3, 2025 · The mkdir command in Linux stands for “make directory” and is used to create new folders quickly and efficiently from …

  2. mkdir (2) - Linux manual page - man7.org

    If you discover any rendering problems in this HTML version of the page, or you believe there is a better or more up- to-date source …

  3. mkdir - Wikipedia

    The mkdir (m a k e dir ectory) command in the Unix, DOS, DR FlexOS, [1] IBM OS/2, [2] Microsoft Windows, and ReactOS [3] …

  4. mkdir | Microsoft Learn

    Feb 3, 2023 · Reference article for the mkdir command, which creates a directory or subdirectory.

  5. mkdir (2): create directory - Linux man page

    mkdir (2) - Linux man page Name mkdir - create a directory Synopsis ... Description mkdir () attempts to create a directory named …

  6. How to Create a Directory in Linux: mkdir Command Examples

    Jan 20, 2019 · The mkdir command creates new directories (folders) in Linux from the command line. You will use it whenever you …

  7. Lesson 5: mkdir Command - Create Directories in Linux

    Mar 9, 2026 · Learn how to use the mkdir command in Linux to create single, multiple, and nested directories with examples, options, …

  8. mkdir Command in Linux: Create Directories Safely

    Jul 30, 2026 · Create parent directories with the mkdir command in Linux, set permissions, and troubleshoot common path and …

  9. Guide to the Linux mkdir Command | Baeldung on Linux

    Apr 23, 2024 · mkdir (make directory) is a command that enables us to create new directories within the Linux system. Fortunately, …

  10. linux - What does the -p flag do in "mkdir -p"? - Super User

    Jul 19, 2010 · The -p flag will create nested directories, but only if they don't exist already. For example, suppose you have a …