Operating Systems 2015F: Assignment 2: Difference between revisions
Created page with "'''This assignment is not yet finalized.''' Choose the appropriate definition for the following terms: # device driver # kernel module # character device # block device # ma..." |
No edit summary |
||
Line 23: | Line 23: | ||
# lsmod | # lsmod | ||
# rmmod | # rmmod | ||
'''Definitions:''' | |||
<ol> | |||
<li>If you have to interact with this program, files may have been corrupted. | |||
<li>Command to delete recently modified files in the current directory. | |||
<li>The size of the disk space consumed by a file. | |||
<li>Sequential ranges of blocks used to store file data. | |||
<li>Code that runs in the kernel and abstracts access to a specific piece of hardware. | |||
<li>A UNIX device abstraction that is primarily used for persistent storage devices. | |||
<li>The block that stores most of the data in a file. | |||
<li>A set of files and directories that must exist on every UNIX system. | |||
<li>The default configuration of a user account on a UNIX system. | |||
<li>The block that stores metadata about a filesystem needed to properly mount it. | |||
<li>An on-disk data structure that stores file metadata including length, modification times, and ownership information. | |||
<li>A virtual filesystem that allows access to kernel state where every file stores exactly one value. | |||
<li>Code that is loaded into to the kernel at runtime in order to add (or change) kernel functionality. | |||
<li>A device for determining how trustworthy a person is. | |||
<li>The home directory of the root user. | |||
<li>Happens when the kernel detects an internal error, such as access to an illegal memory location, that can generally be recovered from. | |||
<li>A UNIX device that virtualizes keyboard input and text output. | |||
<li>A command for listing the modules loaded into the kernel. | |||
<li>Command to make the contents of a filesystem accessible. | |||
<li>The size of a file as seen by a program accessing that file. | |||
<li>A command that lists the recently modified files in a directory. | |||
<li>A UNIX device abstraction that allows byte-level access to hardware (input and/or output). It is often used today to represent keyboards, mice, and printers. | |||
<li>Command that unloads a module from the currently running kernel. | |||
<li>The part of the filesystem normally used to give names to connected hardware. | |||
<li>A program that directs the compilation of other programs. | |||
<li>A virtual filesystem that allows access to kernel state in mostly human-readable formats. | |||
<li>The user account on a UNIX system with the highest level of privileges. | |||
</ol> |
Revision as of 03:04, 29 September 2015
This assignment is not yet finalized.
Choose the appropriate definition for the following terms:
- device driver
- kernel module
- character device
- block device
- make
- root filesystem
- fsck
- root user
- superblock
- inode
- extents
- logical size of a file
- kernel oops
- pseudo tty
- /proc
- /sys
- /dev
- mount
- lsmod
- rmmod
Definitions:
- If you have to interact with this program, files may have been corrupted.
- Command to delete recently modified files in the current directory.
- The size of the disk space consumed by a file.
- Sequential ranges of blocks used to store file data.
- Code that runs in the kernel and abstracts access to a specific piece of hardware.
- A UNIX device abstraction that is primarily used for persistent storage devices.
- The block that stores most of the data in a file.
- A set of files and directories that must exist on every UNIX system.
- The default configuration of a user account on a UNIX system.
- The block that stores metadata about a filesystem needed to properly mount it.
- An on-disk data structure that stores file metadata including length, modification times, and ownership information.
- A virtual filesystem that allows access to kernel state where every file stores exactly one value.
- Code that is loaded into to the kernel at runtime in order to add (or change) kernel functionality.
- A device for determining how trustworthy a person is.
- The home directory of the root user.
- Happens when the kernel detects an internal error, such as access to an illegal memory location, that can generally be recovered from.
- A UNIX device that virtualizes keyboard input and text output.
- A command for listing the modules loaded into the kernel.
- Command to make the contents of a filesystem accessible.
- The size of a file as seen by a program accessing that file.
- A command that lists the recently modified files in a directory.
- A UNIX device abstraction that allows byte-level access to hardware (input and/or output). It is often used today to represent keyboards, mice, and printers.
- Command that unloads a module from the currently running kernel.
- The part of the filesystem normally used to give names to connected hardware.
- A program that directs the compilation of other programs.
- A virtual filesystem that allows access to kernel state in mostly human-readable formats.
- The user account on a UNIX system with the highest level of privileges.