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

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

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>



Leave a Reply 1

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


mr_tienvu

mr_tienvu

I agree with the answer. A