Computer Science, asked by subaj7775, 1 year ago

What ia the command usee to revoke execute permission for the user?

Answers

Answered by choudhary21
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
Similar questions