rm command means Remove a file.

Syntax
rm [OPTION]… [FILE]…
On the man page, the describes it
- rm – remove files or directories
- man rm – More details information about rm command.
rm command in Linux with Examples
$ rm devopsroles.txt
Conclusion
rm command is a simple command in Linux. It is the most popular in use terminal Linux remove files or directories. Thank you for reading the DevopsRoles page!