the difference between a soft link and a hard link?
Answer Posted / linuxdemon
soft link is like shortcut.so if you delete the softlink
file, the original file wont get deleted.
Hard link is like real copy of the file.so if you delete the
hardlink file, the original file will be deleted.
ln filename hardlinkfilename
ln -s filename softlinkfilename
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is difference between grep and find command in unix?
What is the comma to display different lines that are found when compare two files?
What is the pipe command?
Which command can you use to find the currently running process in unix server?
Name the unix command to find how many days the server has been up.
Explain command to view process running?
How does the system know where one command ends and another begins?
What is in grep command?
Can you explain a little bit about command substitution?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the unix command to confirm a remote host is alive or not?
What is the use of finger command?
How do you grep recursively?
Explain ‘library functions’ with respect to unix commands?