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 |
How can a parent and child process communicate?
How do you execute one program from within another?
set-user-id is related to (in unix)
In Unix inter process communication take place using?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
What is an advantage of executing a process in background?
What is i-node numbers?
Max relax-able permission value with out giving write permission to others?
What are various IDs associated with a process?
What is the very first process created by kernel?
What Happens when you execute a command?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?