About 350,000 results
Open links in new tab
  1. mkdir (1) - Linux manual page - man7.org

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

  2. How to Create Directory in Linux | mkdir Command

    3 days ago · 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 …

  3. mkdir | Microsoft Learn

    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.

  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 (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 …

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

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

  9. mkdir command in Linux /w examples

    Sep 11, 2023 · In this article, we’ll explore the essentials of using the mkdir command in Linux, complete with practical examples to help you become proficient in directory creation.

  10. mkdir - Linux Command for Creating Directories

    Learn how to use the mkdir command in Linux to create directories, set permissions, and build directory structures efficiently.