cp
Command: Copying Files and Directories in Linux
Summary
The cp
command is a fundamental Linux utility used for copying files and directories from one location to another. It offers various options for controlling the copying process, such as preserving timestamps, creating symbolic links, and handling directory structures.