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 is the process id for kernel process?

0 Answers  


set-user-id is related to (in unix)

1 Answers  


What are various IDs associated with a process?

3 Answers  


What Happens when you execute a command?

3 Answers  


Explain the advantage of executing a process in background?

0 Answers  






Describe the initial process sequence while the system boots up?

4 Answers  


how to create tree of processes. one parent and 3 childs.

1 Answers   HCL,


What are the various schemes available?

0 Answers  


write About fork()?

2 Answers  


How can you get or set an environment variable from a program?

2 Answers  


Explain a zombie?

0 Answers  


What are two different models of ipc differentiate both?

0 Answers  


Categories