dilbertone Posted January 2, 2012 Share Posted January 2, 2012 hello dear PHP-Fans - greetings to you - and a happy new year!! i set up a WAMP-System on my openSuse 11.4 system. In order to learn as much as i can bout PHP i want to do some tests and write some scripts. Well the WAMP is allready up and running. Now i try to give the writing access to the folder mkdir /srv/www/ where the php-scripts should go in... i want to give write permission to all to all files in /srv/www As root I generally: mkdir /srv/www/ chown <webmaster usrername> /srv/www/ /srv/www/ should be readable and traversable by all, but only writeable by it's owner (the user designated as the webmaster.) can i do this like mentioned above,... Love to hear from you greetings db1 Quote Link to comment https://forums.phpfreaks.com/topic/254184-php-on-a-wamp-system-on-my-opensuse-114-system-permissions-question/ Share on other sites More sharing options...
trq Posted January 2, 2012 Share Posted January 2, 2012 Firstly, the W in Wamp stands for windows. Considering your using Linux, you have what is known as Lamp. Now to your issue: chmod 711 /src/www Quote Link to comment https://forums.phpfreaks.com/topic/254184-php-on-a-wamp-system-on-my-opensuse-114-system-permissions-question/#findComment-1303227 Share on other sites More sharing options...
dilbertone Posted January 2, 2012 Author Share Posted January 2, 2012 hello dear thorpe many thanks - and a prosperous happy new year to you! Firstly, the W in Wamp stands for windows. Considering your using Linux, you have what is known as Lamp. Now to your issue: chmod 711 /src/www thx i will try it out!! have agreat day! greetings db1 Quote Link to comment https://forums.phpfreaks.com/topic/254184-php-on-a-wamp-system-on-my-opensuse-114-system-permissions-question/#findComment-1303273 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.