IT 244: Peer to Peer Quiz 2

1234567891011121314151617181920
Across
  1. 7. The preceding example used “.” to move up one parent directory and then used the word “mary” to specify the mary ____ relative to the current location in the tree;
  2. 9. The ___ editor (pronounced “vee eye”) is one of the oldest and most popular visual text editors available for UNIX operating systems.
  3. 10. A _____ is the pathname of a target file or directory relative to your current directory in the tree.
  4. 11. ____ are files that have an association with one another; they can represent the same data or they can point to another file (also known as a shortcut file).
  5. 14. To display lines of text that match extended regular expressions, you must use the ___ command (or the -E option to the grep command)
  6. 15. Most files on a Linux system that contain configuration information are
  7. 16. To change directories, you can issue the ____ (change directory) command with an argument specifying the destination directory
  8. 18. _____ to a file or directory is the full pathname of a certain file or directory starting from the root directory.
  9. 20. Files are recognized by their _____, which can include up to 255 characters, yet are rarely longer than 20 characters on most Linux systems.
Down
  1. 1. the most common method for displaying files is to use the ____
  2. 2. The ___ command searches for text characters in a binary file and outputs them to the screen.
  3. 3. To display the file type of any file, you can use the ___; you give the file command an argument specifying what file to analyze.
  4. 4. server.exe (an ___ file).
  5. 5. When you log into a Linux system, you are placed in your ____, which is a place unique to your user account for storing personal files.
  6. 6. some files on the Linux filesystem do contain characters at the end of the filename that indicate the file type. These characters are commonly referred to as ___.
  7. 8. In addition, the ___ command (or the -F option to the grep command) does not interpret any regular expressions and consequently returns results much faster.
  8. 12. The ___ command (the command name is short for global regular expression print) is used to display lines in a text file that match a certain common regular expression.
  9. 13. Regardless of your user name, you can always refer to your own home directory using the ~ ____.
  10. 17. The myscript file is a text file that contains executable commands (also known as a ___), whereas the myprogram file is a 32-bit executable compiled program.
  11. 19. When a user stores files in a certain directory, the files are physically stored in the filesystem of a certain ___ on a hard disk or SSD inside the computer.