MadSci Network: Computer Science
Query:

RE: What on earth is an INODE?

Area: Computer Science
Posted By: Keith Little, Systems Analyst/Programmer
Date: Thu Nov 21 19:00:02 1996
Message:

Joseph,

UNIX files don't actually reside inside directories. A directory is really a file that contains references to other files. The directory holds two pieces of information about each file:

  - Its filename.
  - An inode number which acts as a pointer to where the system can
    find the information it needs about this file.
Filenames are only used by the system to locate a file and its inode number. This correspondence is called a link. To the system, the file is the inode number. Multiple filenames can be used to refer to the same file by creating a link between an inode and each of the filenames.

For more information about UNIX, you can refer to the "UNIX Help for Users" documentation at the following URL:

http://www.met.nps.navy.mil/Unixhelp/TOP_.html

Have a great day!

Keith Little
Systems Analyst/Programmer
little@slacc.com


Current Queue | Current Queue for Computer Science | Computer Science archives

Try the links in the MadSci Library for more information on Computer Science.



MadSci Home | Information | Search | Random Knowledge Generator | MadSci Archives | Mad Library | MAD Labs | MAD FAQs | Ask a ? | Join Us! | Help Support MadSci


MadSci Network
webadmin@www.madsci.org