On Sun, Mar 09, 2008 at 08:07:35PM +0100, Thomas Holmgren wrote: > Hej! > > Jag har installerat hemsida Xoops o det funkar.. > o jag har ta bort katalog /install men Xoops tjata att jag måste ändra fil.. > Xoops sa: > WARNING: File /var/www/xoops/mainfile.php is writeable by the server. > Please change the permission of this file for security reasons. > > Hur kan jag ändra mainfile.php-fil i terminal? > > Mvh Thomas... > > > -- > ubuntu-se mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-se
sudo chmod 555 /var/www/xoops/mainfile.php -- Med vänliga hälsningar Fredrik Gustafsson -- ubuntu-se mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-se
