Hey enlightened users of this great forum.
I am an old school DOS guy. Had a PC on my desk in the very early eighties, know windows upside down and backwards in a home and corporate environment.
I have been out of IT for a few years, and am going to school to take a 'webmaster' program, but the linux course isn't for a while.
One reason I am taking it is to possibly take over my fathers consulting business when he retires, as it is already established. I am in the process of setting up a web server, and just for ease of use, I have decided to install Ubuntu Workstation 9.1 so I have a GUI, as I don't need the double frustration of just the terminal window.
The install is no big deal, anyone with half a brain can get it running on just about any machine. I've also managed to install Apacahe2 from following some simple steps on line, and I have also managed to serve up the page on my lan, also child's play.
The part where it gets troublesome for me is when I go to simply edit the index.html file in the /var/www folder. This is where I am lost. I need to set permissions, need to have permissions in Apache to make a web site that is password protected. The HTML portion itself I have some experience in and I grasp it conceptually, and will have no trouble building this online database. Programming I get.
Any suggestions for good resources for someone like me who is used to being a whiz, and feels like a chump trying to simply save a file in Linux when I don't have permissions to a folder?
From what I can grasp every site I find seems to suggest a different way to go about this.
Going ahead and deleting a file was a simple 'sudo rm index.html" if I remember, but going into gedit and making a new html file and saving it seems to be a new kettle of fish.
Do I need to create a new group with permissions ot the var/www folder, and add my user name to it? A new user with permissions there? Log in as root?
I hate feeling dumb in an area when I am usually the keenest amongst everyone I know.