Name
rm
Synopsis
rm [options]files
Deletes one or more files. To remove a
file, you must have write permission in the directory that contains
the file, but you need not have permission on the file itself. If you
don’t have write permission on the file, you will be
prompted (y or n) to override.
Options
-
-d Remove directories, even if they are not empty.
-
-f Remove write-protected files without prompting.
-
-i Prompt for
y(remove the file) orn(don’t remove the file).-
-P Cause
rmto overwrite files three different times before deleting them.-
-r,-R If
fileis a directory, remove the entire directory and all its contents, including subdirectories. Be forewarned: use of this option can be dangerous.-
-v Turn on verbose mode. (
rmprints the name of each file before removing it.)-
-W Undelete files on a union filesystem that whiteouts have been applied over.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access