Linking across directories?
Answers were Sorted based on User's Feedback
Answer / madrioso
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.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / me
possible.. only thru symbolic links.. ln -s source dest
| Is This Answer Correct ? | 1 Yes | 5 No |
What is Inode.
Linking across directories?
What Happens when you execute a command?
What is the condition required for dead lock in unix system?
set-user-id is related to (in unix)
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
About i-node numbers
What is ln(linking)?
How to get or set an environment variable from a program?
What is ipc port?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
how to create tree of processes. one parent and 3 childs.