[adam@etoh ~]$ ls -l plik2.jpg -rw-r--r-- 1 adam users 4625 Oct 17 11:22 plik2.jpg [adam@etoh ~]$ mv plik2.jpg plik2.jjj [adam@etoh ~]$ ls -l plik2.jpg ls: plik2.jpg: No such file or directory [adam@etoh ~]$ ls -l plik2.jjj -rw-r--r-- 1 adam users 4625 Oct 17 11:22 plik2.jjj [adam@etoh ~]$ ls -l tmp total 4 -rw-r--r-- 1 adam users 25 Oct 30 10:42 plik1.txt [adam@etoh ~]$ mv plik2.jjj tmp/. [adam@etoh ~]$ ls -l tmp total 12 -rw-r--r-- 1 adam users 25 Oct 30 10:42 plik1.txt -rw-r--r-- 1 adam users 4625 Oct 17 11:22 plik2.jjj