Multiple choice technology operating systems

cp command is used to

  1. copy files and folders from one location to other location

  2. creates a process

  3. creates a process id

  4. moves files and folders from one location to other location

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The cp command copies files and directories from one location to another. Option D describes the mv command which moves files instead of copying. Options B and C are unrelated to file operations.