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 is mount ,tell me about mount ,how can u use in real time project??
what is the meaning of this command rm -rf / what will it do ?
What command will bring user back to their home directory in UNIX?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
How do you create a directory in UNIX?
What does pipe () return?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
What is the difference between pipe (|) and tee command in unix
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
what is the function of grep command?
What is the difference between pipe and xargs?
Explain ‘library functions’ with respect to unix commands?