GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Telnet Question (https://gfy.com/showthread.php?t=219020)

Liveplaygirls 01-09-2004 11:24 PM

Telnet Question
 
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

some_idiot 01-09-2004 11:31 PM

Quote:

Originally posted by Liveplaygirls
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

Regardless if it's telnet, any type of shell.

cp -R /dir1 /dir2

-R = recurse the directory

A simple cp /dir1 to /dir2 will complain about it being a directory.

Roger 01-09-2004 11:32 PM

Use the "cp" command. If you don't know how to use it, type
"cp --help"

It's like that : "cp -R dir1 dir2"

Liveplaygirls 01-09-2004 11:34 PM

Thanks for the help :))

Does this also works when the target dir is in a other subdir ?

Roger 01-09-2004 11:37 PM

Quote:

Originally posted by Liveplaygirls
Thanks for the help :))

Does this also works when the target dir is in a other subdir ?

yeah it does, like "cp -R /home/roger /home/roger/public_html/darn/"

xxxoutsourcing 01-10-2004 12:23 AM

Quote:

Originally posted by some_idiot


Regardless if it's telnet, any type of shell.

cp -R /dir1 /dir2

-R = recurse the directory

A simple cp /dir1 to /dir2 will complain about it being a directory.

:thumbsup




For more copy commands check the man files out at
man cp


All times are GMT -7. The time now is 05:50 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123