|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Registered User
Join Date: Nov 2003
Posts: 94
|
Hello,
Can someone tell me how i can copy in telnet on a linux server a directory to another directory i cant find out why Thanks Martien |
|
|
|
|
|
#2 | |
|
Confirmed User
Join Date: May 2002
Location: Doesn't matter, I'm not buying you another pint!
Posts: 1,511
|
Quote:
cp -R /dir1 /dir2 -R = recurse the directory A simple cp /dir1 to /dir2 will complain about it being a directory. |
|
|
|
|
|
|
#3 |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Location: MetroCity
Posts: 3,181
|
Use the "cp" command. If you don't know how to use it, type
"cp --help" It's like that : "cp -R dir1 dir2" |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Nov 2003
Posts: 94
|
Thanks for the help
Does this also works when the target dir is in a other subdir ? |
|
|
|
|
|
#5 | |
|
Confirmed User
Industry Role:
Join Date: Jul 2003
Location: MetroCity
Posts: 3,181
|
Quote:
|
|
|
|
|
|
|
#6 | |
|
Confirmed User
Join Date: Oct 2003
Posts: 3,888
|
Quote:
For more copy commands check the man files out at man cp
__________________
![]() xxxoutsourcing.com ICQ:119936 | Aim:xxxoutsourcing | MSN:msn@ xxxoutsourcing.com | Yahoo:xxxoutsourcing Submitters, Designers, Programmers, Cartoonist, Creative Writers, Video & Photo Editors Convert your Paysite into a cartoon site convert2toons.com |
|
|
|
|