How-to copy a file
Very simple usage of the "cp" command:
# copy and preserve modification date of a file:
cp -p filename /copy/to/directory
- Tags: linux
Very simple usage of the "cp" command:
# copy and preserve modification date of a file:
cp -p filename /copy/to/directory
Comments (0)