I Want To Copy And Paste A File In My Root Home To My User’s Home In Linux O.s From The Terminal?

Author: admin  //  Category: Linux

i want to paste a file in my user home from my root home all on the same computers.and also if am tranferring a file to another user on the network.what commands do i use on the terminal

Tags: , , , , , , , ,

2 Responses to “I Want To Copy And Paste A File In My Root Home To My User’s Home In Linux O.s From The Terminal?”

  1. hari krishna a Says:

    Suppose your at root
    $ls
    file.txt
    $scp -r file.txt [email protected]:
    file.txt is file for example
    192.12.12.12 is IP for example
    tom is user for example
    Specify colon at end
    This is secure copy

  2. mm Says:

    use ( ftp [email protected], put filename , after completing type bye) commands for transfering to other terminal and copy command to copy in the same terminal $ copy file1 ../../../dirname/file1

Leave a Reply