chmod 000 permission macOS
Olivia Zamora
I'm trying to change the permission of a test file on my Mac using the command chmod. Everything is ok except for the user permission that doesn't change. How can I fix the problem? I have already tried with sudo command but nothing...
Here I have all the permission set
-rwxrwxrwx 1 filippobologna staff 12 7 Mar 22:31 provettaThen I try to remove it all:
chmod 000 provetta
(base) filippobologna@MBP-di-Filippo Desktop % ls -lt
total 8
-rw------- 1 filippobologna staff 12 7 Mar 22:31 provettaEverything is ok except for the user's permission. Have you any idea how to resolve it?
8 Reset to default