I have the following file:
------- 1 user user 0 may 26 14:07 a.tar.gz
When I execute chmod 777 a.tar.gz
, the file permissions change.
Why does this happen, and how can I block it?
I have the following file:
------- 1 user user 0 may 26 14:07 a.tar.gz
When I execute chmod 777 a.tar.gz
, the file permissions change.
Why does this happen, and how can I block it?
0777
orrwxrwxrwx
, if you're not the owner, you can't change the permissions.) – ilkkachu May 27 '19 at 18:55