The Linux Extended 2 file system provides what type of protection to keep files safe from intruders who might gain unauthorized physical access to stored sensitive data?

A. compression
B. auditing
C. quotas
D. encryption


Answer: D

Computer Science & Information Technology

You might also like to view...

What numbers are displayed in the list box by the following program segment?

``` Dim numbers() As Integer = {4, 7, 9, 3, 1} Dim query = From number in numbers Where number > 6 Select number lstBox.Items.Add(query.Count) lstBox.Items.Add(query.Average) ``` (A) 5 and 12 (B) 2 and 12 (C) 2 and 8 (D) 5 and 8

Computer Science & Information Technology

The HTML codes, or ____________________, surrounding an unordered list are

    and
.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You can import up to three worksheets at a time during an import operation

Indicate whether the statement is true or false

Computer Science & Information Technology

Cookies that are stored on a device after a session ends are referred to as ________ cookies.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology