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 are two different models of ipc differentiate both?
In Unix inter process communication take place using?
write About fork()?
About ln(linking)
Explain fork() system call?
Max relaxable permisssion value with out giving write permission to others?
set-user-id is related to (in unix)
Max relax-able permission value with out giving write permission to others?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
What is i-node numbers?
Explain linking across directories?
Which ipc is faster?