![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to copy file through ssh | tikka123 | Shell Programming and Scripting | 2 | 03-18-2008 01:40 AM |
| SCO 5.0.5 how do I copy HD.?? | AMD2800 | SCO | 6 | 02-18-2008 12:48 AM |
| Sun's 'Project Copy Linux' not a Linux copy - Register | iBot | UNIX and Linux RSS News | 0 | 07-29-2007 02:31 AM |
| Copy iso | faron17 | UNIX for Dummies Questions & Answers | 1 | 06-22-2005 05:36 AM |
| copy command | perleo | Shell Programming and Scripting | 1 | 12-08-2002 04:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
How to copy ?
HOw to copy a folder from one user to another user in UNIX ?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
If the another user use the same unix box as yours then you can use cp command to copy.If the user is on another system you can use ftp or rcp
|
|
#3
|
||||
|
||||
|
Quote:
can u tell me in detail pls. from /home/staff/sec/seccom to /home/proj/06/sectataj .... i want to copy one file or one folder.... |
|
#4
|
|||
|
|||
|
Code:
ftp ipadrs #Enter username and password lcd path_to_file_in_your_unix_box cd path_where_to_cp put filename |
|
#5
|
|||
|
|||
|
You can use rsync or scp also!
Let us consider the machines as "box1" and "box2", and i also assume that you have read/write permissions on those boxes for the corresponding users. scp box1:/home/staff/sec/seccom box2:/home/proj/06/sectataj Hope this works! Try 'man'ning more on rsync and scp ! Good Luck. |
|||
| Google The UNIX and Linux Forums |