On Python, I was wondering if there was a simple way to create a text file which can't be edited by the user and can only be edited once, by the computer.
I want to use this so that I can make a User ID for a user that cannot be changed. Does anyone have a solution?
chmodandchowngiven that the user does not have administrator / root privileges, he should not be able to edit if you set the right permissions. The system can't edit? Well, a root user / system, will always be able to change / modify the file, but if it will, depends.