What is the difference between a hard link and a soft link in Unix?
Answer / nashiinformaticssolutions
• Hard Link: A direct pointer to the file’s data on the disk. Hard links share the same inode number as the original file and continue to exist even if the original file is deleted.
• Soft Link (Symbolic Link): A pointer to the file name rather than the file’s data. It is a separate file with its inode number. If the original file is deleted, the soft link becomes a dangling link, pointing to a non-existent file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does pipe () return?
what is the advaantage of each user having its own copy of the shell?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
what are wild cards?
How to display a file name which has zero bytes in size.
What are the differences among a system call, a library function, and a unix command?
why unix commands can be divided into internal and external commands?
What is the use of tee command?
how many types of file in unix?
34 Answers MNC, TCS,
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
Which command can you use to find the currently running process in unix server?
solaris Run level?