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

  2. 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 …

  3. 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 …

  4. mkdir (1) - Linux manual page - man7.org

    mkdir [OPTION]... DIRECTORY... Create the DIRECTORY (ies), if they do not already exist.

  5. How to Create Directories in Linux (mkdir Command)

    Dec 9, 2025 · The primary tool for this task is the `mkdir` command, short for "make directory." This versatile command allows you to create single directories, multiple directories at once, …

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

  8. How to Create a Directory in Linux via mkdir Command

    5 days ago · Learn how to create a directory in Linux using mkdir. This guide also covers multiple directories, nested directories, and permissions.

  9. mkdir Command Linux: Complete Guide to Creating Directories …

    Aug 24, 2025 · Master the mkdir command in Linux with this comprehensive tutorial. Learn to create directories, subdirectories, set permissions, and use advanced options with practical …

  10. 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 …