Results 1 to 2 of 2
During an installation of an Adobe plug-in (for Mozilla Firefox), the directions allowed me to copy script-based files into the Mozilla Plug-ins directory. However, I could not simply click and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-25-2006 #1Just Joined!
- Join Date
- Sep 2006
- Location
- USA
- Posts
- 7
How come I cannot Copy & Drag - "No Write Permission"
During an installation of an Adobe plug-in (for Mozilla Firefox), the directions allowed me to copy script-based files into the Mozilla Plug-ins directory. However, I could not simply click and drag (nor copy and paste) the files there. It said that I could not because I did not have write permission to do so.
The other way involved typing ./flashplayer-installer (once I opened the directory that was created for linux users). However, I got bash errors or no such file or directory found.
Any ideas?
I'm new to linux-bases OS's. Thanks!
- 09-25-2006 #2
Linux (and UNIX/BSD) systems do not allow regular users to write to any place other than their /home directory. Likely you were trying to access somewhere like "/usr/local/mozilla/plugins" and you can't do that as a regular user. In order to install things that require write privileges to your system you'll need to log in as root (Administrator) user first. In the case of the install script you would do this from a terminal window:
That will execute the install script as root and you shouldn't get any permissions errors. Be *very* careful when logged in as root, and don't do it often. It not only is a security risk, you can seriously damage your system with the wrong command.Code:su <enter> Password: <enter your root password> ./flash-installer
Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote
