Chapter 3 - Exploring Linux Filesystems

1234567891011121314151617181920
Across
  1. 3. Refers to a directory one step closer to the root.
  2. 7. Files that reference other files, acting as shortcuts or duplicates.
  3. 8. Displays text files one screen at a time, allowing for paginated viewing.
  4. 10. Special characters used to match multiple filenames in commands.
  5. 12. Searches for text characters in a binary file and outputs them to the screen.
  6. 15. The path to a file or directory relative to the current location.
  7. 16. Displays the contents of a text file without the ability to scroll.
  8. 17. Displays the file type of any file.
  9. 18. Files containing human-readable characters and configurations.
  10. 20. Displays the first 10 lines of a text file.
Down
  1. 1. Store compiled code, functions, or graphics in a non-text format.
  2. 2. A text file containing executable commands for the shell.
  3. 4. Displays the last 10 lines of a text file.
  4. 5. full path of a file or directory starting from the root directory.
  5. 6. The default directory assigned to a user for storing personal files.
  6. 9. Contain system or application logs with the most recent entries at the bottom.
  7. 11. Searches for lines in a text file that match a specific pattern.
  8. 13. Enables processes on different computers to communicate through a file.
  9. 14. Displays a file in reverse order.
  10. 19. Allows browsing of a text file page-by-page and scrolling up and down.