Difference between revisions of "Cp"

From Linuxintro
imported>ThorstenStaerk
(New page: The command cp is used to copy files. The following options are described here: * cp -pr - copies a file preserving its attributes)
 
imported>ThorstenStaerk
Line 1: Line 1:
The command [[cp]] is used to copy files. The following options are described here:
+
The [[command]] [[cp]] is used to copy files. The following options are described here:
 
* [[cp -pr]] - copies a file preserving its attributes
 
* [[cp -pr]] - copies a file preserving its attributes
 +
 +
= See also =
 +
* [http://man-wiki.net/index.php/1:cp cp's man page]

Revision as of 16:23, 25 December 2011

The command cp is used to copy files. The following options are described here:

  • cp -pr - copies a file preserving its attributes

See also