LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to create a Symbolic Link? (https://www.linuxquestions.org/questions/linux-software-2/how-to-create-a-symbolic-link-90815/)

sikandar 09-09-2003 05:34 AM

How to create a Symbolic Link?
 
I ahve to create a Symbolic Link but don't know about the command which can do this?

ruddy 09-09-2003 06:01 AM

r:symlink
 
Hi,
can you use cp -s ......
or more easy you can create with mc (Midnight Commander)
Ciao,
ruddy

rwolson 09-09-2003 07:36 AM

Also, see the man page for ln

Skyline 09-09-2003 08:08 AM

ln -s path_from path_to

sikandar 09-09-2003 11:08 AM

What is the difference between cp and ln although I have create link with ln command.

Secondly I want to view all the links created so what to do here?

Genesee 09-09-2003 11:26 AM

issuing 'ls -l' should show you the link details

sikandar 09-09-2003 11:41 AM

According to man -l is for long listing and -L for links but -L is not working in RH 7.2?


All times are GMT -5. The time now is 04:28 AM.