[root@cheat ~]#keyboard_backspaceBack
DANGEROUS

rm -rf

Forcefully remove files and directories recursively. USE WITH EXTREME CAUTION!

Primary Syntax
$ rm -rf /path
#

Example Usage

rm -rf /tmp/old_files
#

Quick Tips

Use man rm to read the full manual

Add --help flag for quick options reference

Combine with | less for paginated output

Submitted by: admin

Added: 2/9/2026

arrow_back