Linux Crossword

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
Across
  1. 3. used to send various signals to processes whose PIDs are known
  2. 4. this is the line oriented portion of vi
  3. 6. removes sections from each line of files
  4. 10. the original line editor that came with UNIX
  5. 12. shows the difference between two text files
  6. 15. evaluates logical or integer arithmatic expressions
  7. 17. changes file permission mode settings
  8. 19. shows a listing of last logged in users
  9. 21. without any files specified, cat reads from the standard ______
  10. 22. every process was a unique ___ number
  11. 24. paginates a file
  12. 25. program that returns an exit status of zero
  13. 28. tells computer about the capabilities of your terminal
  14. 31. a link that can span file system boundaries is called a ______ link
  15. 34. creates copy of file under a different name or path
  16. 35. prints out the last few lines of a file
  17. 39. relays standard input to the standard output while capturing a copy in a file
  18. 40. files with names starting with a period are known as _____ files
  19. 41. deletes files
  20. 42. shows or omits repeated lines
  21. 43. shows who is currently logged on
  22. 44. used to send output to a printer
  23. 45. shows first few lines of files
  24. 46. used to create a link to a file
  25. 47. this is used by cron to determine what needs to be run
  26. 49. calls up the GNU C compiler
  27. 50. a pattern scanning and processing language with algorithmic syntax used in scripting
  28. 51. most commonly used text editor on UNIX/linux
  29. 52. tests for file types and compare values
  30. 53. file perusal filter similar to more but with more features
  31. 56. file perusal filter for viewing on terminal
  32. 57. shows what processes are running on the system
  33. 58. shows or sets the file mode creation mask
  34. 60. tells you what the current time is
  35. 62. sorts lines of text based on criteria
  36. 64. prints lines matching a pattern
  37. 66. merges lines of files
  38. 67. print out arguments to the command
Down
  1. 1. determines file type
  2. 2. program that reads input from the standard input and writes to the standard output
  3. 5. stream editor for filtering and transforming text using a regular expression syntax
  4. 7. shows how the directory tree is built by mounted filesystems
  5. 8. compare two sorted files line by line
  6. 9. diverting the standard output to a file is known as a _____ion operation
  7. 11. the -n option to this command prints the hostname of the computer
  8. 13. searches for files in a directory hierarchy
  9. 14. arbitrary precision infix calculator
  10. 16. the connection of the standard output of one process to the standard input of another is known as a _____
  11. 18. display or set your tty settings
  12. 20. initializes a terminal or query terminfo database
  13. 23. this is the clock daemon that will run commands for you on a regularly scheduled basis
  14. 26. program that returns an exit status of non zero
  15. 27. removes an empty directory
  16. 29. renames a file
  17. 30. saves a typescript of an interactive terminal session
  18. 31. delays for a specified amount of time
  19. 32. displays information about users on the system
  20. 33. what we usually call a command line interpreter
  21. 36. strips last component from filename
  22. 37. ability to run more than one command at a time
  23. 38. unix is a pun on ______ which was an operating system the early developers were working on
  24. 39. changes the timestamps of a file or creates file if it doesn't exist
  25. 47. concatenates files
  26. 48. it is a unix convention to store binaries in a ____ directory
  27. 53. lists the contents of a directory
  28. 54. enables you to temporarily switch to a shell owned by another user
  29. 55. print out calendar for the specified month or year
  30. 56. creates a directory
  31. 59. strips directory and suffix from filenames
  32. 61. old invocation of grep that allows the use of logical operators in specifying the search pattern
  33. 63. translates or deletes characters
  34. 65. system process that is designed to run in the background