CompTIA Exam Questions

Which of the following commands enables a user to make a newly-created shell script executable by on

Which of the following commands enables a user to make a newly-created shell script executable by only its owner?

A.
chmod u+x <filename>

B.
chown 755 <filename>

C.
./<filename>

D.
./configure <filename>