Dear Goodness
I removed Xcode, but it has left its "command line tools" behind like a stain.
I can't even delete them as root. This is ridiculous. This is how Apple gets a bad name for making your own machine not your own...
rm: /usr/bin/make: Operation not permitted
sh-3.2# cd /usr/bin
sh-3.2# ls -l swift make
-rwxr-xr-x 1 root wheel 18288 4 May 2019 make
-rwxr-xr-x 1 root wheel 18288 4 May 2019 swift
sh-3.2# open .
sh-3.2# rm -r swift
override rwxr-xr-x root/wheel restricted,compressed for swift? y
rm: swift: Operation not permitted
sh-3.2# rm -rf swift
rm: swift: Operation not permitted
sh-3.2# ls -lO swift
-rwxr-xr-x 1 root wheel restricted,compressed 18288 4 May 2019 swift
sh-3.2# chflags -hv norestricted swift
chflags: swift: Operation not permitted
sh-3.2# whoami
root
sh-3.2#
I mean... what do I do?!
Comments
Post a Comment