Linux and Macintosh File Systems Flashcards

1
Q

In Linux, in which directory are most system configuration files stored?

A

/etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which term is often used when discussing Linux because technically, Linux is only the core of the OS?

A

Kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where are directories and files stored on a disk drive?

A

The data block

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In macOS, in addition to allocation blocks, what kind of blocks do volumes have?

A

Logical blocks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In macOS volume fragmentation is kept to a minimum by removing clumps from larger files

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In macOS, what stores any file information not in the Master Directory Block or Volume Control Block?

A

The Extents Overflow File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In older versions of macOS, in which fork are file metadata and application information stored?

A

Resource

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Macintosh moved to the Intel processor and became UNIX based with which operating system?

A

OS X

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In macOS, when working with an application file, which fork contains additional information, such as menus, dialog boxes, icons, executable code, and controls?

A

The resource fork

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

In a file’s inode, what are the first 10 pointers called?

A

Indirect pointers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What was the early standard Linux file system?

A

Ext2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In Linux, in which directory are most applications and commands stored?

A

/usr

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The pipe (|) character redirects the output of the command preceding it

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

At what hard link count is a file effectively deleted?

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Some notable UNIX distributions included Silicon Graphics, Inc. (SGI) IRIX, Santa Cruz Operation (SCO) UnixWare, Sun Solaris, IBM AIX, and HP-UX

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How many components define the file system on UNIX/Linux?

A

Four

17
Q

What is the largest disk partition Ext4f can support

A

16 TB

18
Q

The HFS and HFS+ file systems have four descriptors for the end of a file (EOF).

A

False

19
Q

On a Linux computer, what contains group memberships for the local system?

A

/etc/group

20
Q

Windows OSs do not have a kernel

A

False

21
Q

If a file contains information, it always occupies at least one allocation block

A

True

22
Q

On a Linux computer, by what file systems exported to remote hosts represented?

A

/etc/exports

23
Q

All disks have more storage capacity than the manufacturer states

A

True

24
Q

In macOS, which fork typically contains data the user creates?

A

The data fork

25
Q

In older versions of macOS, where is all information about the volume stored?

A

The Master Directory Block (MDB)