Question
A user executes the following command successfully:$ chmod +x file1.txtWhich of the following is true of the output of this command?
Answer: Option D
Was this answer helpful ?
The command results in adding execute permission for all users (i.e., user,group & others)
Was this answer helpful ?
More Questions on This Topic :
Question 1. Given the command$ chmod o-w datafile ....
Question 4. What does chmod +t do? ....
Question 5. The command chmod 4777 a.out ....
Question 10. Filesystem for CDROM is: ....
Submit Solution