1.

What enables the read and execute access to all users outside of mysql group.(a) drwxrwxr-x(b) drwxrwxr-y(c) drwyrwyr-x(d) drwyrwyr-yI have been asked this question by my college director while I was bunking the class.The question is from Internal Security: Preventing Unauthorized Filesystem Access in chapter Access Control and Security of MySQL

Answer»

The correct answer is (a) drwxrwxr-x

Explanation: Some database directories have the proper permissions LIKE ‘drwx——‘ ENABLES READ, write, and EXECUTE access to the owner, but no access to anyone else. Other directories have an overly permissive access MODE like ‘drwxrwxr-x’.



Discussion

No Comment Found

Related InterviewSolutions