Multiple choice linux T/F: To move files, use the "move" command. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Linux/Unix, the command to move files is mv (short for move), not move. This follows the Unix convention of abbreviated commands. The mv command can both move files between directories and rename them within the same directory.