search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

Programming Dictionary

Online technical manual for service programmers
Popular searches:
Dictionary homepage Server Linux Linux cp command
Linux cp command Detailed instructions for use

Linux cp command

Chinese translation Recent Updates: 2018-06-13 10:12:17

cp

abbr.candle-power luminous intensity

Linux cp command syntax

Function: cp command is mainly used to copy files or directories.

Syntax: cp [options] source dest or cp [options] source... directory

Linux cp command example

Use the command "cp" to copy all files in the current directory "test/" to the new directory "newtest". Enter the following command:

$ cp –r test/ newtest

Note: When users use this command to copy a directory, they must Use parameter "-r" or "-R".

Linux cp command