Kavya TKnowledge Contributor
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?
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?
The cp command also copies entire directories into other directories if you specify the -r or -R flags. You can also copy special-device files using the -R flag.