Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:scp [2013/03/21 01:07] tmadelinux:scp [2017/12/09 01:19] (current) – external edit 127.0.0.1
Line 8: Line 8:
  
   scp suse10.site:/etc/HOSTNAME ~                                    #Logged in user copies  the file /etc/HOSTNAME to the home folder (~)   scp suse10.site:/etc/HOSTNAME ~                                    #Logged in user copies  the file /etc/HOSTNAME to the home folder (~)
-  scp id_rsa.pub username@10.6.7.203:                               #Copy "id_rsa.pub" nach "/home/tmade@10.6.7.203"+  scp id_rsa.pub username@10.6.7.203:                                #Copy "id_rsa.pub" nach "/home/tmade@10.6.7.203"
   scp install_NW70.tar root@10.6.63.31:/sapdb                        #Copy install_NW70.tar as root to 10.6.63.31 into folder /sapdb   scp install_NW70.tar root@10.6.63.31:/sapdb                        #Copy install_NW70.tar as root to 10.6.63.31 into folder /sapdb
   scp * root@10.6.63.31:/mnt/temp                                    #Copy * (all in working directory) as root to 10.6.63.31 into folder /mnt/temp   scp * root@10.6.63.31:/mnt/temp                                    #Copy * (all in working directory) as root to 10.6.63.31 into folder /mnt/temp
-  scp da20:/etc/ssh/ssh_host_key.pub da20.key                        #Copy file "/etc/ssh/ssh_host_key.pub" from remote machine to local file "da20.key" +  scp root@10.6.63.31:/etc/ssh/ssh_host_key.pub da20.key             #Copy file "/etc/ssh/ssh_host_key.pub" from remote machine to local file "da20.key" 
-  scp -r /folder/* testuser@10.6.7.203:                             #Copy folder recursive to home of user "testuser" on 10.6.7.203+  scp -r /folder/* testuser@10.6.7.203:                              #Copy folder recursive to home of user "testuser" on 10.6.7.203
  
linux/scp.1363824468.txt.gz · Last modified: 2017/12/09 01:11 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki