首頁 返回 繼續 最後一頁 摘要 圖形
節點與鏈結(一)
所有關於檔案屬性的資料都存在inode(節點)中,並且利用inode number來存取。
每一個file system(partition)都有自己的inode區,每一個file system的inode number都不重複。
一個磁碟檔案可以有幾個不同的名稱,但是具有同樣的inode number。
- 製造不同檔名的方式是:ln file1 file2
- rm 其實是移除一個 link 。
- link 不能跨file system,也不能link目錄。
- hard link 是在目錄上增加一個檔名與inode對照