Quote Originally Posted by dinosoep View Post
sudo chmod 1000:1000 knoppix_tmpiso; didn't work, chmod 777 knoppix_tmpiso did however
thank you for the script, I'm currently trying it out
Oops, you're quite right. I meant:

Code:
sudo chown 1000:1000 knoppix_tmpiso
I often type chmod when I mean to type chown.

The idea is to make knoppix_tmpiso writeable without using sudo, so either what I meant to type or what you did type will do.