Multiple choice technology operating systems

which command is very dangerous?

  1. cp

  2. mv

  3. rm

  4. ls

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

The rm command removes files or directories and can permanently erase system data without recovery, especially with -rf. cp, mv, and ls do not destroy files by design.