Chapter 7: Linux and Macintosh File Systems Flashcards
data block
Where directories and files are stored; this location is linked directly to inodes.
logical block
Specifying the location of blocks of data stored on computer storage devices.
inodes
Data structure in a Unix-style file system that describes a file-system object such as a file or a directory.
volume control block
Stores information from the MDB when OS mounts.
allocation block
A set of consecutive logical blocks.
header node
A special node that is found at the beginning of the list (header link list).
data fork
Contains data the user creates, such as text or spreadsheets; applications also read and write to it.
superblock
Indicates disk geometry, available space, and location of the first inode and manages the file system.
resource fork
A fork or section of a file on Apple’s classic Mac OS operating system, used to store structured data along with the unstructured data stored within the data fork.
Minimum size of a block in UNIX/Linux file systems?
512 bytes
Utility that is used to encrypt/ decrypt a user’s home directory in mac OS?
file vault
A hash that begins with “$6” in the shadow file?
Indicates that it is a hash from MD5 algorithm.
The command that is used to see network interfaces in Linux?
ifconfig