rm — Remove Files or Directories

6 Jul, 2026 - Mehmet

The rm command is a fundamental Linux utility used to delete files and directories from the file system.

Usage syntax: rm [options] [file]

Commonly Used Options

⚠️ Safety Warnings

Note: The rm command is permanent. There is no "recycle bin." Use it carefully.