目前在K Linux的書。看到filesystem這邊產生了疑問:
Symbolic Link書上的解釋:是一個指向檔案的pointer, Linux會查那個pointer並找到該
檔案資料
(Symbolic link is a pointer to another filename. When Linux opens a
symbolic link, it reads the pointer and then finds the intended file that
contains the actual data.
Hard Link: It is another directory entry for an existing file
所以Hard Link是有在檔案系統中存在的,某個檔案的值 一定代表某個檔案
而Symbolic Link只是一個pointer 指向某個檔案 所以會出現pointer找不到檔案變破損
連結
用Windows來理解就是 Hard Link是檔案系統的進入點, 而Symbolic Link有點像桌面上的
超連結 這樣理解正確嗎?
另, Linux的inode到底是什麼?和Hard Link有什麼不一樣?
煩請各位回答 謝謝