Q. If you are a root user, how can you grand execute permission only for the owner of the file project1? (Solved)
1. chmod +x project1
2. chmod u+x project1
3. chmod a+x project1
4. chmod u+x project1
- b. chmod u+x project1
1. chmod +x project1
2. chmod u+x project1
3. chmod a+x project1
4. chmod u+x project1