Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
In linux, describe the difference between a hardlink and a soft/symbolic link, in terms of the inode concept.
Answer
Hardlink is same inode (datastructure with unique id that describes the file) for two different filenames, the initial filename and the link (so both file names point to same disk block), whereas softlink is two different inodes (and disk blocks) where the link is just a pointer to the original file name.

Question
In linux, describe the difference between a hardlink and a soft/symbolic link, in terms of the inode concept.
Answer
?

Question
In linux, describe the difference between a hardlink and a soft/symbolic link, in terms of the inode concept.
Answer
Hardlink is same inode (datastructure with unique id that describes the file) for two different filenames, the initial filename and the link (so both file names point to same disk block), whereas softlink is two different inodes (and disk blocks) where the link is just a pointer to the original file name.

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.