Multiple choice technology operating systems

How do you delete a file?

  1. rm filename

  2. less filename

  3. touch filename

  4. dl filename

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The rm (remove) command is the standard command-line utility used to delete files and directories in Unix-like operating systems.