1832864 Members
3126 Online
110048 Solutions
New Discussion

links

 
Ali Imran Abbas
Regular Advisor

links

Just a simple question, how can you break the link between files.
I have a file which is linked to another as follows:

lrwxr-xr-x 1 bin bin 30 Jan 7 22:22 index.html -> /opt/hpws/hp_docs/welcome.html

I wanna break the link, can any one tell me the command?
3 REPLIES 3
Oviwan
Honored Contributor

Re: links

hey

simple remove the link file:

rm index.html

Regards
Pete Randall
Outstanding Contributor

Re: links

rm index.html


Pete

Pete
Ramesh S
Esteemed Contributor

Re: links

Hi

Remove the softlink by "rm" command.

Thanks & Regards

Ramesh