1832552 Members
4864 Online
110043 Solutions
New Discussion

unlink

 
kelvin567
Occasional Advisor

unlink

i have mistakenly linked two directories using soft link and want to unlink .


lrwxr-xr-x 1 root sys 7 Jun 7 17:08 java1.4 -> java1.4
what command can i use to so do?
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor

Re: unlink

Hi:

You use 'rm' on the symbolic (soft) link. This removes *only* the link.

Regards!

...JRF...
Asif Sharif
Honored Contributor

Re: unlink

you just need to do:

#rm java1.4

Regards,
Asif Sharif
Regards,
Asif Sharif