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 |
What is the very first process created by kernel?
How to get or set an environment variable from a program?
What is the condition required for dead lock in unix system?
How do you execute one program from within another?
what is the process id for kernel process?
8 Answers IBM, ITI, Military Engineer Services, Remo, TATA,
What are two different models of ipc differentiate both?
What are various IDs associated with a process?
Explain fork() system call?
what about the initial process sequence while the system boots up?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
What is an advantage of executing a process in background?