About 134,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. How to Create a Directory in Linux via mkdir Command

    Dec 11, 2025 · Learn how to create a directory in Linux using mkdir. This guide also covers multiple directories, nested directories, and permissions.

  3. Mkdir Command in Linux Explained With Examples in 2026

    1 day 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 …

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

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

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

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

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

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

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

    Apr 23, 2024 · By default, mkdir creates directories in the directory we’re currently operating in. However, we can create a directory in a different location by specifying the complete path to …