1. To check if the data directory contains insecure files or directories, the command executed is _______ a) ls -l b) ls -a c) ls -la d) ls -lu AnswerAnswer: c [Reason:] It can be determined whether the data directory contains insecure files or directories by executing ‘ls -la’. Then the lookup for files or…