Which command correctly copies the file named 'wb' from the 'programs' folder to a file named 'wbx' in the 'misc' folder?

Choose the correct answer

Explanation

Option B, 'cp programs/wb misc/wbx', is the proper Unix command to copy the file 'wb' from the 'programs' directory to the 'misc' directory with the new name 'wbx'. Option A uses the Windows 'copy' command syntax, which is not applicable in Unix-like systems. Option C uses 'tar', which is for archiving, not copying files. Option D uses an incorrect drive letter notation that is not standard for this context.

Which command correctly copies the file named 'wb' f… — Basic of linux unix | PakQuizHub