Linux makes use of a __________ , which presents a single, uniform file system interface to user processes.

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


virtual file system (VFS)

Computer Science & Information Technology

You might also like to view...

Which one of the following would correctly complete the class definition above?

``` Class Matrix { public: Matrix() {} private: int rows; int cols; // Completion goes here } ``` a. int mat[][]; b. int mat[rows][cols]; c. int mat[][cols]; d. int mat[6][6];

Computer Science & Information Technology

To change a relative cell reference to an absolute reference, you should use the ampersand (&).

a. true b. false c. not enough information

Computer Science & Information Technology

Match the following terms to their meanings:

I. database II. table II. record IV. field V. object A. complete set of fields about one person, place, event, or concept B. smallest data element of a table C. collection of organized data D. the main component used to make a database function E. an object in which data is stored

Computer Science & Information Technology

The main mechanism for providing access to a database is the ____ command.

A. PERMIT B. ACCESS C. GRANT D. REVOKE

Computer Science & Information Technology