Across
- 2. the process of using wildcard metacharacters within a command to match multiple files or directories.
- 7. a file that contains past system events.
- 8. most files on a Linux system that contain configuration information are
- 9. a file that represents the same data or is a shortcut to the data in another file.
- 11. a user-friendly terminal text editor that uses Ctrl key combinations to perform basic functions
- 12. one of the oldest and most popular visual text editors available for UNIX operating systems
- 14. simplify commands that specify more than one filename on the command line
- 15. the user-friendly identifier given to a file
- 16. a special file on the filesystem used to organize other files.
- 17. a directory on the filesystem set aside for users to store personal files and information
- 18. the full pathname to a certain file or directory starting from the root directory
- 19. a directory that resides within another directory in the directory tree.
Down
- 1. a series of identifiers following a dot (.) at the end of a filename, used to denote the type of the file; the filename extension .txt denotes a text file.
- 3. a text file that contains a list of commands or constructs for the shell to execute in order.
- 4. one of the two modes in vi; it allows the user to insert text into the document but does not allow any other functionality.
- 5. one of the two modes in vi; it allows a user to perform any available Text-editing task that is not related to inserting text into the document
- 6. a file connecting processes on two different computers.
- 10. the joining of text together to make one larger whole. In Linux, words and strings of text are joined together to form a displayed file.
- 13. the directory that is one level closer to the root directory in the directory tree relative to your current directory.
