-
To check if the data directory contains insecure files or directories, the command executed is _____________
-
- ls -lu
- ls -la
- ls -a
- ls -l
- None of these
Correct Option: B
It can be determined whether the data directory contains insecure files or directories by executing ‘ls -la’. Then the lookup for files or directories that have the “group” or “other” permissions turned on.