29
May
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: Linuxi 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: Copy, File, From, Home, Linux, Paste, Root, Users, Want
May 30th, 2009 at 5:59 am
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
May 30th, 2009 at 8:38 am
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