Linux and Macintosh File Systems Flashcards
In Linux, in which directory are most system configuration files stored?
/etc
Which term is often used when discussing Linux because technically, Linux is only the core of the OS?
Kernel
Where are directories and files stored on a disk drive?
The data block
In macOS, in addition to allocation blocks, what kind of blocks do volumes have?
Logical blocks
In macOS volume fragmentation is kept to a minimum by removing clumps from larger files
False
In macOS, what stores any file information not in the Master Directory Block or Volume Control Block?
The Extents Overflow File
In older versions of macOS, in which fork are file metadata and application information stored?
Resource
Macintosh moved to the Intel processor and became UNIX based with which operating system?
OS X
In macOS, when working with an application file, which fork contains additional information, such as menus, dialog boxes, icons, executable code, and controls?
The resource fork
In a file’s inode, what are the first 10 pointers called?
Indirect pointers
What was the early standard Linux file system?
Ext2
In Linux, in which directory are most applications and commands stored?
/usr
The pipe (|) character redirects the output of the command preceding it
True
At what hard link count is a file effectively deleted?
0
Some notable UNIX distributions included Silicon Graphics, Inc. (SGI) IRIX, Santa Cruz Operation (SCO) UnixWare, Sun Solaris, IBM AIX, and HP-UX
True