Re: getting a php capability on ubuntu was Re: using scripting languages to automate a browser [message #180462 is a reply to message #180439] |
Tue, 19 February 2013 09:27 |
Cal Dershowitz
Messages: 36 Registered: February 2013
Karma:
|
Member |
|
|
On 02/14/2013 08:15 AM, Kim André Akerø wrote:
> sudo chown -R www-data:www-data /var/www
Thx, Kim, this really helped me out of the mire, but I'm not quite
squared-away yet.
>
> This will change the owner (chown) of the /var/www folder to the
> "www-data" user (and the "www-data" group), and all files and folders
> within it (-R = recursively). The sudo command is used to run the chown
> command with elevated administrator privileges (ie. as the root user).
> You may have to provide a password to run that command, though. If
> you're already running the command as the root user, you don't need to
> run it through "sudo".
>
> The other privileges on the files inside /var/www (read/write/execute)
> can stay as they are (no need to use the "chmod" command).
>
ok. to run as a php script, a file only need to have read permission,
though, right?
snip
--
Cal
|
|
|