The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 06-12-2008
yasin yasin is offline
Registered User
 

Join Date: Apr 2008
Location: lebanon
Posts: 5
copying files

Hi,


If the files in the same directory you can use one of these comands:


go to the path where is the file is located by cd comand


then do
cp [the path] [the file name [the pathe where you want to keep][the file name]
you can also use mv in the same way
If the files are in different filesystems you have to use:
FTP comand

good luck
Reply With Quote