Home » MYSQL » MySQL Access Control and Security » Question
  1. To check if the data directory contains insecure files or directories, the command executed is _____________
    1. ls -lu
    2. ls -la
    3. ls -a
    4. ls -l
    5. 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.



Your comments will be displayed only after manual approval.