Which type of file does the cp command utilize during its operation?

Choose the correct answer

Explanation

The cp command primarily works with the standard output stream rather than standard input. It copies files by writing to the output destination, which corresponds to the standard output file descriptor.

Which type of file does the cp command utilize durin… — Basic of linux unix | PakQuizHub