Chapter 4 - By Danny Nguyen Taken by Fadel Qubain

12345678910111213141516171819202122
Across
  1. 2. command only searches directories that are listed in a special variable called the PATH variable in the
  2. 5. creates directories
  3. 6. command used to create a hard link
  4. 7. one of two alternate commands to the which command and displays only the first reusult normally outputted by the which command
  5. 10. displays bash shell aliases
  6. 13. command to help you look for files in a linux directory
  7. 14. command to change the group owner of a file or directory
  8. 15. one of two alternate commands to the which command and displays the location the command as well as any associated man and info pages
  9. 17. removes files
  10. 18. Moves/renames files and directories
  11. 19. copies files and directories full of files
  12. 20. two files share the same data
  13. 22. another way to locate files in a linux directory but less effective way
Down
  1. 1. command to change ownership of a file or directory
  2. 3. BASH shell
  3. 4. removes files and directories full of files
  4. 8. to exclude directories, file extensions, and whole filesystems from being indexed by the updatedb command
  5. 9. information nodes that describes one file or directory on the filesystem and contains a unique number for identification
  6. 11. section that contains information about the filesystem in general
  7. 12. command used to change your password in a file
  8. 16. command to change the permissions for a certain file or directory
  9. 21. removes empty directories