This is a discussion on Symbolic Links within the Linux forums, part of the Operating Systems category; What is Symbolic links in UNIX operating system. Is this a type of file.I want to know about this ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Symbolic Link is also called as soft link. Unlike a hard link, a symbolic link does not contain the data in the target file. It simply points to another entry somewhere in the file system. When a user delete a target file, symbolic links to that file become unusable, whereas hard links preserve the contents of the file.
|
|
|||
|
A user can create a symbolic link in UNIX, by using the ln command.
The syntax of its usage is as below: ln -s source_file example Here source_file is replaced with the name of the existing file for which you want to create the symbolic link. example is replaced with the name of the symbolic link. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| plz repost the links | phanirmai | Oracle JDeveloper | 1 | 01-30-2007 07:16 PM |
| Create links to sections | seenu01 | Html | 1 | 01-07-2007 05:09 AM |
| Humor site (clone): links, articles and media by rooker | JobHelper | Microsoft.NET Offers | 0 | 11-22-2006 06:31 PM |
| Linux Frequently Asked Questions with Answers (Part 3 of 6) | rkiesling@mainmatter.com | Tech FAQ | 0 | 05-03-2004 07:55 AM |