05
Feb/09Copying Files & Rsync On Linux
I ofund this article from IBM which says you can copy files and preserve their file permissions using the -p argument e.g cp -p log.txt / This is really handy when used with the recursive -r argument which will keep … Continue reading