Copying Files
Posted by admin on 28 April, 2009
Comments Off
This item was filled under [ Linux ]
cp (copy)
cp file1 file2 is the command which makes a copy of file1 in the current working directory and calls it file2
What we are going to do now, is to take a file stored in an open access area of the file system, and use the cp command to [...]