our approach
|
contact us
MySQL Basics In Pictures
Starting
Administration
Tables
Queries
Security
Web
Edit a script
Open a terminal window.
TIP:
If your terminal prompt is followed by a
$
,
login as the Root user. Type
su
and press
ENTER
. Type your Root password and press
ENTER
again.
Type:
/etc/init.d/apache start
then press
ENTER
.
This starts the Apache web server program on your Linux computer.
Next, type:
chown root /usr/lib/cgi-bin
then press
ENTER
. This runs the "
ch
ange file
own
er" command.
<< BACK
NEXT >>