Which action will best prevent shell interpretation when using exec, eval, and system?

Which action will best prevent shell interpretation when using exec, eval, and system?

Which action will best prevent shell interpretation when using exec, eval, and system?

A.
Dividing each element of the command into separate parameters.

B.
Assigning the command to a variable before running the shell command.

C.
Using the param method.

D.
Enclosing the command in single quotes.



Leave a Reply 0

Your email address will not be published. Required fields are marked *