Why you cannot delete your own files on MacOS
Did it occur to you on MacOS that you could not delete a file in your home folder that obviously belongs to you? This is simply because of some flags. You can show them like this: ls -lO test.txt -rw-r–r– 1 christian staff uchg 7 Feb 2 10:11 test.txt When you try to delete it […]