My PC is Mac pro.
I removed x for rm in case of delete files by accident:
sudo chmod o-x /bin/rm
However, when I reboot my PC, I got one message on the terminal:
-bash: /bin/rm: Permission denied
If I do o+x for bin/rm, the message will disappear.
So I just want to know that which files are automatically removed when the system starts up.