Q869
In which directory are the DBI scripts located?
A.
cgi-inc
B.
cgi-bin
AnswerC.
cgi-usr
D.
cgi-perl
Answer: Option B
Solution
Answer: Option B
Solution:
This question is asking about the location of DBI scripts in a MySQL environment. DBI (Database Independent Interface) scripts are used to interact with databases, and they are usually written in Perl.
Let's analyze the options:
Option A: cgi-inc - This directory is often used for including common code snippets, not specifically DBI scripts.
Option B: cgi-bin - This is the standard directory for storing CGI scripts, which includes DBI scripts.
Option C: cgi-usr - This directory is not a common standard and doesn't typically hold DBI scripts.
Option D: cgi-perl - This directory isn't a standard location and doesn't specifically relate to DBI scripts.
Therefore, the most likely directory where DBI scripts are located is Option B: cgi-bin.