About ln(linking)



About ln(linking)..

Answer / guest

Hi,

ln is used for linking perpose. Linking is also two types.

1>Hard link.
2>soft link.

For hard :-

ln <source> <destination>

for softlink :-

ln -s <source> <destnation>

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More Unix IPC Interview Questions

Explain what are the system calls used for process management?

0 Answers  


Explain the initial process sequence while the system boots up?

0 Answers  


What is an advantage of executing a process in background?

2 Answers  


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

3 Answers  


Linking across directories?

2 Answers  






What is i-node numbers?

0 Answers  


what is the process id for kernell process

3 Answers  


Explain the advantage of executing a process in background?

0 Answers  


What Happens when you execute a command?

3 Answers  


How to know whether the message queue is empty or not.

1 Answers   Fibcom, HCL,


What is ipc in unix?

0 Answers  


Describe the initial process sequence while the system boots up?

4 Answers  


Categories