Right answer is (b) True
The explanation: We can copy multiple files using a single invocation of cp command. To do so, the last name specified should be a directory. For example, cp file1 file2 file3 dir_one. It will copy all the three files to the directory named dir_one.