LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Copy symbolic Link? (https://www.linuxquestions.org/questions/linux-general-1/copy-symbolic-link-102881/)

mikeshn 10-11-2003 06:11 PM

Copy symbolic Link?
 
I copied symbolic link to another directory and get the actual file where the link is pointing to. Why not symbolic link itself ?? Is it possible to copy symoblic link at all ?

quatsch 10-11-2003 06:36 PM

cp -d name-of-link name-of-destination

will do it (note the option -d). Take a look at
man cp
for all the options cp takes.


All times are GMT -5. The time now is 03:04 PM.