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


Please Help Members By Posting Answers For Below Questions

What is the command to find maximum memory taking process on the server?

770


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

761


What is the use of awk command in unix?

654


What is awk good for?

678


Explain the steps that a shell follows while processing a command.

767






What is rmdir command?

657


What does this command do,"$more readme.txt“?

775


Using unix command how to display no of records in oracle?

710


What will the following command do?

697


What are the differences among a system call, a library function, and a unix command?

669


Why is awk called awk?

665


How do I use grep to search for a file?

670


What are reported commands?

659


Give the command for finding the current date.

659


Explain command to view process running?

700