Results 1 to 2 of 2
i have 2 files named as "System.map" and "/boot/System.map-2.6"
like in the following format
System.map -> /boot/System.map-2.6.
Now queries are
1) How to unlink these 2 files. ( Not delete)
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-12-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 20
Unlink a soft link in FC6
i have 2 files named as "System.map" and "/boot/System.map-2.6"
like in the following format
System.map -> /boot/System.map-2.6.
Now queries are
1) How to unlink these 2 files. ( Not delete)
2) How to link System.map with another file (say xx)
- 01-12-2007 #2
softlinks are just shortcuts, alternative name of file/folder/device. you can not unlink it. if you delete it, only alternative name will be deleted and nothing will happen to original file/folder/device.
you can create symlink using 'ln' command.
check the manual of 'ln' command. man ln.Code:ln -s <source_file> <soft_link_name>
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
