#!/bin/bash SOURCE=/home/test/testfile DEST=/home/corrado/testfile cp -vp $SOURCE $DEST