ITS was an early operating system that could handle multiple users logged onto the same machine at the same time -- think of how multiple people can SSH into the same Linux machine. It came out of MIT's AI lab which is where a lot of early hackers were doing their thing. Here's an excerpt from Stephen Levy's book Hackers: heroes of the computer revolution. It is a great read and I highly recommend it: "It underlined…
Apparently, to avoid any security features being added to control file access, Stallman added a feature to store the name of the last user who modified a file. This consumed the last empty field available on file descriptors, thus preventing using it for access control...
The passage, in French :
Pour rendre quasi impossible une éventuelle refonte de l’ITS, Stallman utilisa le dernier champ vide de chaque descripteur de fichier pour y implémenter une fonction enregistrant le dernier utilisateur ayant modifié le fichier. Cette fonction nouvelle ne laissait plus de place pour stocker d’autres informations pour la sécurisation, et elle était si utile que personne ne pouvait sérieusement en proposer la suppression.