Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews OS Unix Interviews:Unix GeneralUnix IPCUnix System CallsUnix Threads
Copyright © 2018. All Rights Reserved
Unix IPC Interview Question:
What is ln(linking)?
Submitted by: AdministratorAd
Linking is also two types.
1>Hard link.
2>soft link.
For hard :-
ln <source> <destination>
for softlink :-
ln -s <source> <destnation>
Submitted by: Administrator
1>Hard link.
2>soft link.
For hard :-
ln <source> <destination>
for softlink :-
ln -s <source> <destnation>
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
