🎴 Flashcard Mode
Operating Systems Commands and Features
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Which command to rename the directory
AnswerClick to flip back
A
mv
💡 Explanation:
mv (move) is used to both move and rename files and directories in Unix. There is no 'rename' or 'rn' command in standard Unix - mv serves this purpose. The same command moves files to different locations.