Multiple choice technology operating systems which command is very dangerous? cp mv rm 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.