whenever i log into the server locally, i type edit /etc/apache2/apache2.conf (the exact command specified by the instructions) then it tells me i cant edit the file, i dont have permission ok so my next option was login as root, the classic sudo su, ok so even as root i still have no permission to edit the file
Quote from: }L-L{-Луна Кишко on August 28, 2009, 05:40:47 PMQuote from: }L-L{-Луна Кишко on August 28, 2009, 05:40:47 PMwhenever i log into the server locally, i type edit /etc/apache2/apache2.conf (the exact command specified by the instructions) then it tells me i cant edit the file, i dont have permission ok so my next option was login as root, the classic sudo su, ok so even as root i still have no permission to edit the file What does the following command output on your system: ls -ld /etc/apache2 /etc/apache2/apache2.confShould be something (similar) to this: drwxr-xr-x 8 root root 4096 2009-05-06 23:02 /etc/apache2 -rw-r--r-- 1 root root 24557 2009-05-06 23:02 /etc/apache2/apache2.confthe same, except 8 is 7, and 24557 is 10104so whats that mean? (sorry again, im sorta a noob at this x.x)