From 560ed4b53f8b306415d8da9227e31ddbdfaef3a5 Mon Sep 17 00:00:00 2001 From: Suprabhat Das <98036987+suprabhatdas@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:41:18 +0530 Subject: [PATCH] Update Basic-Command.md --- docs/Linux/Basic-Command.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Linux/Basic-Command.md b/docs/Linux/Basic-Command.md index ecd70129e..88557f743 100644 --- a/docs/Linux/Basic-Command.md +++ b/docs/Linux/Basic-Command.md @@ -6,6 +6,7 @@ - `ls`: List directory contents. - `cd `: Change to the specified directory. - `mkdir `: Create a new directory. +- `rmdir `: Removes an empty directory. ## File Operations