Inode

ארכיטקטורת הinodes בEXT2.
טבלאות File והקשר שלהן לטבלאות inode

inode הוא מבנה נתונים במערכות UNIX המשמש להגדרת אובייקט של מערכת קבצים, בעיקר קובץ ותיקיית קבצים.

תיאור

כל inode שומר את התכונות (attributes) ואת כתובת הבלוק (ים) של המידע, שהוא למעשה התוכן של הקובץ או התיקייה, על הדיסק[1]. תכונות (attributes) יכולות להכיל מטה-דאטה (כמו זמן העדכון האחרון, הגישה האחרונה, העריכה האחרונה וכו'[2]), וכן את הבעלים (owner) וההרשאות[3].

קישורים חיצוניים

הערות שוליים

  1. Andrew S. Tanenbaum, Modern Operating Systems, 3rd edition, page 279
  2. JVSANTEN. "Difference between mtime, ctime and atime - Linux Howtos and FAQs". Linux Howtos and FAQs - tutorials, guides and news for the Linux admins - www.linux-faqs.info. 
  3. "Anatomy of the Linux virtual file system switch". ibm.com. 
This article is issued from Hamichlol. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.