File Manipulation
cp [-ir] <file1> <file2>cp [-ir] <file(s)> <directory>
- Options:
- [-i] prompts the user for confirmation before overwriting an existing file. RECOMMENDED!
- [-r] recursively copies a directory, its files and its subdirectories into the destination directory