Linux puzzel #2

1234567891011
Across
  1. 2. A directory on the filesystem set aside for users to store personal files and information.
  2. 4. A Linux command that displays the first set of lines of a text file; by default, the head command displays the first 10 lines.
  3. 6. One of the two modes in vi; it allows the user to insert text into the document but does not allow any other functionality.
  4. 7. A variant of the grep command, used to search files for patterns using extended regular expressions.
  5. 10. The joining of text to make one larger whole. In Linux, words and strings of text are joined together to form a displayed file.
  6. 11. A Linux command used to list the files in a given directory.
Down
  1. 1. A Linux command used to display a text file page-by-page and line-by-line on the terminal screen.
  2. 3. A variant of the grep command that does not allow the use of regular expressions.
  3. 5. A special file on the filesystem used to organize other files into a logical tree structure.
  4. 8. A Linux command used to display a text file page-by-page on the terminal screen; users can then use the cursor keys to navigate the file.
  5. 9. A Linux command used to display (or concatenate) the entire contents of a text file to the screen.
  6. 11. An alias for the ls –l command; it gives a long file listing.