Explain the terms links and symbolic links with respect to unix?



Explain the terms links and symbolic links with respect to unix?..

Answer / Amit Mukherjee

In Unix-like operating systems, links are special files that act as aliases or shortcuts to other files. Links help in organizing files and directories by creating multiple paths to access a single file. There are two types of links: hard links (also called explicit links) and symbolic links (also called symlinks or soft links). Hard links refer to identical copies of the same file with different names in the same file system, whereas symbolic links are files that contain the path to another file, allowing access to a file using multiple paths.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix General Interview Questions

Explain links and symbolic links.

1 Answers  


Explain pid.

1 Answers  


How do I show hidden files in unix?

1 Answers  


Explain some of the fundamental concepts of unix?

1 Answers  


Explain how do we change file access permissions?

1 Answers  


What are the criteria for choosing a process for swapping out of the memory to the swap device?

1 Answers  


Why do we need unix shell scripting?

1 Answers  


What is the full form of unix operating system?

1 Answers  


In what way the validity fault handler concludes?

1 Answers  


Is unix a programming language?

1 Answers  


How to know the information about a file?

1 Answers  


What is unix kernel explain it?

1 Answers  


Categories