![]() |
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 |
Quote:
cp -R /dir1 /dir2 -R = recurse the directory A simple cp /dir1 to /dir2 will complain about it being a directory. |
Use the "cp" command. If you don't know how to use it, type
"cp --help" It's like that : "cp -R dir1 dir2" |
Thanks for the help :))
Does this also works when the target dir is in a other subdir ? |
Quote:
|
Quote:
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