To remove the file named my document.txt, which one of the following commands will be used?

🎲 Try a Random Question  |  Total Questions in Quiz: 72  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Unix Basics Practice Test: Shell — practice the complete quiz, review flashcards, or try a random question.

Quiz questions on shell basics, pattern matching, escaping and quoting, redirection and pipes, command substitution and shell variables. A Unix shell is a command-line interpreter that provides a command-line user interface for Unix-like operating systems. It's both an interactive command language and a scripting language. The shell is used by the operating system to control the execution of the system using shell scripts. Users typically interact with a Unix shell using a terminal emulator. However, direct operation via serial hardware connections or Secure Shell are common for server... Show more

To remove the file named my document.txt, which one of the following commands will be used?