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