MCQOPTIONS
Saved Bookmarks
| 1. |
What is the correct syntax for copying multiple files with a filename starting as file into another file named as directory_one ? |
| A. | cp -i file directory_one |
| B. | cp -R file directory/directory_one |
| C. | cp file* directory_one |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |