We have a .app file on the desktop that students are deleting. They login in using an account that we create that needs to be local admin.
Is there any way to stop the file from being deleted by running a script using chmod or chown commands. I have experimented with this and got to the point of being able to lock it down but when trying to delete the file, I get asked for the user's password which they I can enter and then successfully delete because the account is admin.
