250. Which command is used to copy a file wb with the same name from the programs directory to the misc directory ? September 13, 2025 by Admin A. copy programs/wb misc/wb B. cp programs/wb misc C. tar programs/wb misc/wb D. copy a:programs/wb b:misc/wb ✅ The correct answer is option B.