Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

What are links and symbolic links in UNIX file system?

7 like 0 dislike
Hello
What are links and symbolic links in UNIX file system?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by eagles11 (179,830 points)

1 Answer

1 like 0 dislike
 
Best answer
A link is a second name (not a file) for a file. Links can be used to assign more than one name to a file, but cannot be used to assign a directory more than one name or link filenames on different computers.
Symbolic link 'is' a file that only contains the name of another file.Operation on the symbolic link is directed to the file pointed by the it.Both the limitations of links are eliminated in symbolic links.
Commands for linking files are:
Link ln filename1 filename2
Symbolic link ln -s filename1 filename2
answered 1 year ago by DBA-boss (120,990 points)

Related questions

6 like 0 dislike
1 answer
6 like 0 dislike
1 answer
asked 1 year ago by eagles11 (179,830 points)
7 like 0 dislike
1 answer
7 like 0 dislike
1 answer
9 like 0 dislike
1 answer