Unix IPC Question:

Explain Linking across directories?

Unix Inter-Process Communication (IPC) Interview Question
Unix Inter-Process Communication (IPC) Interview Question

Answer:

It's possible through both symbolic and hard links. However,
hard links are only possible if both source and destination
belong to the same volume.


Previous QuestionNext Question
What is ln(linking)?What is the very first process created by kernel?