
Linux is one of the most used, free open source operating system. Most of the web servers uses linux as the OS. So web developers should aware of basic linux commands for the easy installation and development. The main Linux commands and syntaxes are explained here.
Copy -cp
cp- copy files and directories
Syntax
cp [options] SOURCE DEST
cp [options] SOURCE DIRECTORY
Options
-a, --archivesame as -dpR
--backup[=CONTROL]make a backup of each existing destination file
-blike --backup but does not accept an argument
--copy-contentscopy contents of special files when recursive
-dsame as --no-dereference --preserve=link
-f, --forceif an existing destination file cannot be opened, remove it and try again...