LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Copy of Symbolic link (https://www.linuxquestions.org/questions/linux-newbie-8/copy-of-symbolic-link-728356/)

frazerjoshua 05-25-2009 08:19 AM

Copy of Symbolic link
 
How do i copy a sym link from one location to another

i92guboj 05-25-2009 08:24 AM

Read the cp man page. There are options not to deference the symlinks when copying, if that's what you mean.

Note however that the symlink will be broken if it points to a relative path.

pixellany 05-25-2009 08:25 AM

I think just make a new link. (ln -s or cp -l)

A link is intended to behave as if it were the actual file, thus "cp <linkname> /new/place" means "copy the file that linkname points to.)


All times are GMT -5. The time now is 11:50 AM.