![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hard Link vs SOft Link???? | skyineyes | UNIX for Dummies Questions & Answers | 3 | 05-29-2008 09:38 AM |
| need some info about symbolic link and hard link | detective linux | UNIX for Dummies Questions & Answers | 2 | 01-08-2008 04:36 AM |
| Difference between hard link and soft link in unix | RAJACHOKALINGAM | UNIX for Dummies Questions & Answers | 2 | 08-01-2006 01:10 AM |
| How to link lib or Dll using gcc | yuwang | High Level Programming | 2 | 01-06-2006 09:40 AM |
| Differences between hard link and soft link | penguin-friend | UNIX for Advanced & Expert Users | 3 | 03-08-2002 12:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
deleting a link
Hi,
I have soft link and i want to delete the soft link. Can you please tell me the command ex : ln -s file1 file2 ( creating a link) Thanks in advance Ammu |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
rm file2 "same as you remove a regular file"
|
|||
| Google The UNIX and Linux Forums |