To move files and directories from one place to another use the mv (move) command:
mv [option] filename1 filename2 directory1 directory2 filename directory
As far as Unix is concerned, "renaming" a file is the same as moving it.