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 |
How to get or set an environment variable from a program?
Explain what are the system calls used for process management?
What is a Daemon?
write About fork()?
Max relaxable permisssion value with out giving write permission to others?
Which ipc is the fastest in unix?
Which ipc is faster?
Explain linking across directories?
set-user-id is related to (in unix)
What is the full form of ipc?
What Happens when you execute a command?
About i-node numbers