[adam@etoh ~]$ ls -l plik1.txt -rw-r--r-- 1 adam users 25 Oct 17 11:22 plik1.txt [adam@etoh ~]$ date Mon Oct 30 10:28:24 CET 2000 [adam@etoh ~]$ cp plik1.txt plik1_a.txt [adam@etoh ~]$ ls -l plik1_a.txt -rw-r--r-- 1 adam users 25 Oct 30 10:28 plik1_a.txt [adam@etoh ~]$ diff plik1.txt plik1_a.txt [adam@etoh ~]$ cp -p plik1.txt plik1_b.txt [adam@etoh ~]$ ls -l plik1_b.txt -rw-r--r-- 1 adam users 25 Oct 17 11:22 plik1_b.txt