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>
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>
I agree with the answer. A