Network, Computer and Programming Resources
Linux top 50 cmd
(Page:2)
Linux top 50 cmd - Cp
The cp command is an abbreviation for copy; therefore, this command enables you to copy objects. For example, to copy the file file1 to file2, issue the following command: cp file1 file2 As the example shows, the syntax is very simple: cp <original object name> <new object name>