Monthly Archives: September 2009

Secure Copy (scp)

If you want to copy files between two Unix-Like Hosts in the same network, use this amazing command: scp file_name mhewedy@compu10:~/work/ where :file_name : is the file to copymhewedy@compu10:~/work/ the directory to copy the files to, indicating the machine name … Continue reading

Tagged , , | Leave a comment