Linking across directories?

Answers were Sorted based on User's Feedback



Linking across directories?..

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

Linking across directories?..

Answer / me

possible.. only thru symbolic links.. ln -s source dest

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Unix IPC Interview Questions

What are the system calls used for process management:

5 Answers  


what is the process id for kernell process

3 Answers  


Please explain fork() system call?

0 Answers  


What is the condition required for dead lock in unix system?

0 Answers  


what is the condition required for dead lock in unix sustem ?

2 Answers  






Predict the output of the following program code main() { fork(); printf("Hello World!"); }

3 Answers  


What are the various schemes available in ipc?

0 Answers  


Which ipc is the fastest in unix?

0 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


What Happens when you execute a command?

3 Answers  


What is Inode.

2 Answers   HCL,


What are the system calls used for process management?

3 Answers  


Categories