Answer the following statements true (T) or false (F)
1. DVD is the standard UNIX block device.
2. A UNIX disk’s surface is divided into the boot block, a super block, the i-list, and space
to hold data and/or directories.
3. To the UNIX user’s process, an open file is identified by a file descriptor, a small,
nonnegative integer number.
4. When a file is created or an existing file grows, UNIX scans the FAT list and allocates
space to the file.
5. Under UNIX, all character I/O takes place through a buffer pool located in the operating
system.
1. F
2. T
3. T
4. F
5. F
You might also like to view...
Two files can have the same name as long as they are not in the same folder
Indicate whether the statement is true or false
In the Web.config file, the service binding in the endpoint element must be set to ________ to support REST-based HTTP requests.
a) webHttpBinding b) wsHttpBinding c) basicHttpBinding d) netHttpBinding