Now here is an simple command in unix to copy the files from one linux machine to other linux machine easily.
scp root@:
Now if you have more files, you cannot copy all files using scp , first a tar has to be made and then tar has to be copied and then it should be untarred.

