Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
How do you mean "root permissions"? Unix-like systems handle permissions differently than you're used to with Windows where admin means running everything with a dangerous amount of privileges full-time. Perhaps you're talking about 'sudo' rights to run any command as root? Try the following:I am having permissions problems with pclinux 07. When I am logged in with my account (not root) however I gave my account root permissions, I cannot copy anything into var/www/html, says permission denied. Anything I should check on?
sudo -l
User athomas may run the following commands on this host:
(ALL) ALL
sudo su -
So you're running something like this?Yeah basically that is what I want to accomplish. However even under root, I don't have modify permissions to this directory.
sudo cp [I][COLOR="Gray"]/path/to/file[/COLOR][/I] /var/www/html/
So you're running something like this?
Code:sudo cp [I][COLOR="Gray"]/path/to/file[/COLOR][/I] /var/www/html/
I'm not sure which "defaults" you're talking about. But basically if you don't have R/W permissions in that directory as your user account, you will have to run sudo first in order to elevate your permissions to root for that operation (as illustrated above).No, I haven't changed anything from defaults. I've never had this issue before. So I should just run the sudo command?