176. Which of the following commands is used to copy a file wb from the programs directory into a file called wbx in the misc directory ? September 13, 2025 by Admin A. copy programs/wb misc/wbx B. cp programs/wb misc/wbx C. tar programs/wb misc/wbx D. copy a:programs/wb b:misc/wbx ✅ The correct answer is option B.