About 16,700 results
Open links in new tab
  1. rmdir | Microsoft Learn

    Feb 3, 2023 · Deletes a directory. The rmdir command can also run from the Windows Recovery Console, using different parameters. For more information, see Windows Recovery Environment …

  2. rmdir Command in Linux With Examples - GeeksforGeeks

    Oct 29, 2025 · The rmdir command in Linux is used to safely remove empty directories from the filesystem. Specifically designed to delete only empty directories. Unlike the rm command, it cannot …

  3. How to Remove a Directory in Linux (rm and rmdir) - phoenixNAP

    Dec 19, 2025 · There are two Linux commands you can use to remove a directory from the terminal window or command line: The rm command removes complete directories, including subdirectories …

  4. How to Remove or Delete a Directory in Linux | Linuxize

    May 10, 2026 · This article explains how to delete directories in Linux using the rmdir, rm, and find commands. When you use a desktop file manager to delete a directory, it is actually moved to the …

  5. rmdir - Wikipedia

    rmdir ... In computing, rmdir (or rd) is a command which will remove an empty directory on various operating systems.

  6. Delete directory from command line [Rmdir]

    Dec 4, 2022 · In Windows, a folder can be deleted from command line (CMD) using rmdir command. Find syntax and examples for rmdir command to force delete folder contents and recursively delete …

  7. How to Remove (Delete) Files and Directories in Linux

    Mar 8, 2026 · Learn how to delete files and directories in Linux using the rm, rmdir, unlink, and shred commands, with examples for single files, wildcards, recursive …

  8. Using rmdir Command for Deleting Directories in Linux

    Mar 28, 2024 · Learn everything about the rmdir command in Linux which is used for deleting folders in Linux command line.

  9. rmdir (1) - Linux manual page - man7.org

    This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. This page is part of the coreutils (basic file, shell and text manipulation utilities) …

  10. How do I force delete a directory in Linux? - nixCraft

    Mar 28, 2024 · This page explains how to force delete a directory in Linux using the rm and rmdir command when it contains other files and sub-directroies.