motivated wrote:

Linux just takes some patience to learn at first. It's worth the
effort.

Thanks Phil, I'm not planning on giving up soon.

Regards Kelvyn


...glad to hear it.

As this is getting in the way of you trying to understand something else, I suggest...

1. At a command prompt
 su
 mkdir /var/www/kelvin
 chown kelvin /var/www/kelvin

This folder will be available to you in 2 ways: first you can save files to /var/www/kelvin, and second you can access it as http://localhost/kelvin from your browser. That way you'll be able to move forwards.

However, the security concepts that you're hitting your head against *must* be addressed and well understood. They're part of the besic knowledge that keep on biting you in the bum if you don't.

Cheers,

Steve

Reply via email to