I am very new to Linux. I've been trying to install Adobe Acrobat Reader today, but when I run the installation script it says "mkdir: cannot create directory `Acrobat5': Permission denied".
So, then I tried to create the directory myself (instead of having the script do it). But, I got the same message. Then I tried doing it from my root user, and I still got the same message.
I using the chmod command so that permission would stop being denied, but when I do that it says "chmod: changing permissions of `local': Operation not permitted"
What am I doing wrong?