Reputation: 29
i have a file latest.tar.gz i have to move this file to another folder.
example: file is in this path root/home/phani
i have to move this file to root/san/newwebsite/
am new to centOS pls help me grt out of from this.
Upvotes: 2
Views: 23764
Reputation: 41617
In a shell window, type:
mv /root/home/phani/latest.tar.gz /root/san/newwebsite/
Upvotes: 6