Simples: digite terminal
Para cópia
cp /PATH1/file [file2 file3 ...] /PATH2/[newfilename or noting to use the same name]
e para mais informações sobre cp
use man cp
Para cortar (mover e renomear)
mv /PATH1/file /PATH2/[newfilename or noting to use the same name]
e para mais informações sobre mv
use man mv