206. Which command is used to move all files to the bin sub-directory of the parent directory ? September 13, 2025 by Admin A. mv *.* /bin/ B. mv * /bin/* C. mv * ../bin D. mv * ../bin *.* ✅ The correct answer is option C.