Right option is (b) cp file1
For explanation: For creating a copy of a file into our current working directory we use the shorthand notation (.). For example, cp file1 . will create a copy of file1 into our current working directory with the same name.