{ "q01": { "type": "blank", "question": "\n
On a typical Unix system, we are presented with two key storage\nabstractions. The first is the (1) ____, which can be viewed as an\narray of bytes that you can (2) ____ (store data) to or (3)\n____ (load data) from. Associated with each of these entities is an\n(4) ____ number, which is its low-level name inside the file\nsystem.
\n\nThe second abstraction is the (5) ____, which is a collection or\nlist of pairs containing the user-readable name of the data, and its\nassociated low-level identifier.
\n" }, "q02": { "type": "order", "question": "\nIdentify the system call you should use to accomplish the\nfollowing tasks:
\n\n\n
Identify the key system call you should use to implement the\nfollowing Unix command-line utility:
\n\n\n