About 312,000 results
Open links in new tab
  1. mkdir | Microsoft Learn

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

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

    mkdir () attempts to create a directory named path. The argument mode specifies the mode for the new directory (see inode (7)). It is modified by the process's umask in the usual way: in the …

  3. 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 the terminal. It helps users organize their files by creating …

  4. 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] operating systems is used to make a new directory.

  5. mkdir Command in Linux with Examples - LinuxCapable

    Nov 17, 2025 · Master the mkdir command in Linux with practical examples covering nested directories, permissions, scripting, and automation techniques.

  6. mkdir Cheat Sheet - mkdir Command Line Guide

    Nov 5, 2024 · The mkdir command is an essential tool for creating directories in Linux. It allows you to create single or multiple directories, set permissions, and ensure that parent directories …

  7. Mkdir Command in Linux Explained With Examples in 2026

    3 days ago · The mkdir command in Linux creates new directories. Its basic form is mkdir DIRECTORY, and you can create multiple folders at once, set permissions with -m, build …

  8. 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.

  9. Linux Mkdir Command - Computer Hope

    Jun 1, 2025 · Linux mkdir command with detailed help, syntax, examples, and options for creating directories in the Linux command line with related command line commands.

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

    mkdir () returns zero on success, or -1 if an error occurred (in which case, errno is set appropriately). The parent directory does not allow write permission to the process, or one of …