What PERL command could Charles use to elevate the current user’s permission so that the file could be called?

Charles is writing a script in PERL for a website he is working on. The only problem he is having is
that part of his script needs to call a file that a normal user does not have permission to access.
What PERL command could Charles use to elevate the current user’s permission so that the file
could be called?

Charles is writing a script in PERL for a website he is working on. The only problem he is having is
that part of his script needs to call a file that a normal user does not have permission to access.
What PERL command could Charles use to elevate the current user’s permission so that the file
could be called?

A.
Taint

B.
Setuid

C.
Strict pragma

D.
Setid()

Explanation:



Leave a Reply 0

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