IT 244: Peer to Peer Quiz 4

1234567891011121314151617181920
Across
  1. 2. (move) command move files or directory into other directory
  2. 3. A slower, yet more versatile, method for locating files on the filesystem
  3. 5. The fastest method to search for files in the Linux directory tree
  4. 6. command use if the filename that you are searching for is an executable file, that file can likely be found in less time
  5. 9. To copy a directory full of files in Linux, you must tell the cp command that the copy will be ____ (involve files and subdirectories too) by using the -r option.
  6. 14. To remove a directory/(remove directory) command
  7. 16. is the section that contains information about the filesystem in general, such as the number of inodes and data blocks, as well as how much data a data block stores, in kilobytes
  8. 18. (make directory) command, which takes arguments specifying the absolute or relative pathnames of the directories to create
  9. 19. The mv command requires two arguments at minimum: the source file/directory and the ____ file/directory
Down
  1. 1. or symlink, one file is a pointer, or shortcut, to another file.
  2. 4. which command only searches directories that are listed in a special variable
  3. 7. two files share the same data
  4. 8. command displays the location of the command as well as any associated man and info pages,
  5. 10. An alternative to the rm command and can be used to remove files only (not directories).
  6. 11. The mv command requires two arguments at minimum: the ____ file/directory and the target file/directory
  7. 12. defines a standard set of directories for use by all Linux and UNIX systems as well as the file and subdirectory contents of each directory.
  8. 13. command displays only the first result normally outputted by the which command
  9. 15. exclude specific directories, file extensions, and whole filesystems from being indexed by the updatedb command by adding them to the /etc/updatedb.conf file
  10. 17. (copy) command keep the file in the source directory and instead insert a copy of the file in the target directory.
  11. 20. (remove) command takes a list of arguments specifying the absolute or relative pathnames of files to remove.