There's a script that I don't own but I have an execute (and read) permission on it. I do not have any write permission on the file system. The script tries to create some files on the file system and then it deletes them.
Hence, when I run the script I get "permission denied" messages, since I don't have permission to write on the file system.
How do I solve this?
One thing that cannot change is, that I'm not allowed to ask for permanent write permission on the file system, for my user. But I want to be able to create files, in the case that it's done through the script.
- If the changes that you suggest require to edit the script or its permissions, I can do it by asking the admin to do it for me. But generally the admin will not give me permanent write permission to any file on the system.