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
What is the command to find maximum memory taking process on the server?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the use of awk command in unix?
What is awk good for?
Explain the steps that a shell follows while processing a command.
What is rmdir command?
What does this command do,"$more readme.txt“?
Using unix command how to display no of records in oracle?
What will the following command do?
What are the differences among a system call, a library function, and a unix command?
Why is awk called awk?
How do I use grep to search for a file?
What are reported commands?
Give the command for finding the current date.
Explain command to view process running?