Skip to content

rm

Removes a file or directory.

Terminal window
rm [PATH]
  • PATH — specify the path to the file you want to remove
Terminal window
rm /home/volk/someFile

Result:
Removed someFile