What ia the command usee to revoke execute permission for the user?
Answers
Answered by
3
Copying permissions is also possible:
chmod g=u ~/group-project.txt.
The parameter g=u means grant group permissions to be same as the user's.Jan 24, 2018
thnx
chmod g=u ~/group-project.txt.
The parameter g=u means grant group permissions to be same as the user's.Jan 24, 2018
thnx
Similar questions