[adam@etoh ~]$ ls -l | grep tmp drwxr-xr-x 2 adam users 4096 Oct 30 10:41 tmp [adam@etoh ~]$ cp plik1.txt tmp [adam@etoh ~]$ cd tmp [adam@etoh ~/tmp]$ ls plik1.txt [adam@etoh ~/tmp]$ cd .. [adam@etoh ~]$ touch tmp1 [adam@etoh ~]$ ls -l tmp1 -rw-r--r-- 1 adam users 0 Oct 30 10:42 tmp1 [adam@etoh ~]$ cp plik1.txt tmp1 [adam@etoh ~]$ ls -l tmp1 -rw-r--r-- 1 adam users 25 Oct 30 10:43 tmp1 [adam@etoh ~]$ cp plik1.txt tmp1/. cp: tmp1/.: Not a directory