Chapter 4 - Created by Ryan Trinh

1234567891011121314151617181920
Across
  1. 6. command used to move files
  2. 8. command used to remove a directory
  3. 9. fastest method to search for files in the Linux directory tree
  4. 10. alternative to the rm command, but only removes files
  5. 13. type of file link, two files share the same data
  6. 14. the mode that file management commands use when a file can be overwritten
  7. 16. type of file link, one file is a pointer, or shortcut, to another file
  8. 17. displays only the first result normally outputted by the which command
  9. 19. the section that contain information about the filesystem in general
  10. 20. command that takes a list of arguments to remove files
Down
  1. 1. displays the location of the command as well as any associated man and info pages
  2. 2. command for locating files on the filesystem
  3. 3. command that searches directories that are listed in a special variable called the VARIABLE
  4. 4. the process of excluding files, directories, or filesystems from being processed by a command
  5. 5. first argument required for mv command
  6. 7. second argument required for mv command
  7. 11. command used to create directory
  8. 12. command used to copy a file
  9. 15. information nodes
  10. 18. command used to create a hard link