Operating System - HP-UX
1834389 Members
2132 Online
110066 Solutions
New Discussion

Re: How to delete a symbolic link file

 
SOLVED
Go to solution
praveen..
Super Advisor

How to delete a symbolic link file

HI,
How to delete a symbolic link file?
should i simply delete that file using "rm"?

Thanks

3 REPLIES 3
Deoncia Grayson_1
Honored Contributor
Solution

Re: How to delete a symbolic link file

yes a simple rm will work
If no one ever took risks, Michelangelo would have painted the Sistine floor. -Neil Simon
SANTOSH S. MHASKAR
Trusted Contributor

Re: How to delete a symbolic link file

Whether it is a soft or hard link u can
delete the link file by simply using rm

praveen..
Super Advisor

Re: How to delete a symbolic link file

yes i can
thanks