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

    Feb 3, 2023 · Creates a directory or subdirectory. Command extensions, which are enabled by default, allow you to use a single mkdir command to create intermediate directories in a specified path.

  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 absence of a …

  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 one or multiple …

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

  5. mkdir Command in Linux (With Examples) - LinuxCapable

    Feb 4, 2026 · Master the mkdir command in Linux with practical examples covering nested directories, permissions, scripting, and automation techniques.

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

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

    There are many infelicities in the protocol underlying NFS. Some of these affect mkdir (). The argument mode specifies the permissions to use. It is modified by the process's umask in the usual way: the …

  8. mkdir Cheat Sheet - Command in Line

    The mkdir (make directory) command in Linux is used to create new directories. It is a simple yet essential command for managing directories in a file system. You can create multiple directories at …

  9. mkdir command: Create New Directories in Linux

    Mar 28, 2024 · mkdir is one of the essential Linux commands that every Linux user should know. You can create new directories using mkdir.

  10. How to Create a Directory in Linux Using mkdir Command

    Jan 20, 2019 · In Linux systems, you can create new directories either from the command line or with the help of your desktop’s file manager. The command that allows you to create directories (also …