How to copy data from one host to another host in linux virtual Operating system

1)First install ssh in both side of host

    $sudo apt-get install ssh

2)Find inet address(eth 1 inet addr:) of host machines

    $ifconfig

3)Copy data

    $scp <filename> <username>@<eth 1 inet addr>:/home/sanu
  

Comments

Popular posts from this blog

Basic Git Command for first time github user

Python IMAP list response, listing mailboxes, mailbox status, selecting_mailbox, searching messages, search criteria, fetching messages, whole messages, uploading messages, moving and copying messages, deleting messages, delete mailbox,search with uid