↧
Answer by Jesus Christian Cruz Acono for How to allow a user totally control...
Another option is add the user to the group used by the web server (and the group of the web files)usermod -aG www-apache $USERnormally, the apache config files are write privileges to www-apache group...
View ArticleAnswer by Manula Waidyanatha for How to allow a user totally control local...
You can do it by giving the file ownership to the user. Use chown command to do that.ex: chown -R user website_folder[-R is for recursively change file ownership; change user and the folder...
View ArticleHow to allow a user totally control local web server?
I installed a local web-server (apache2, php5, mysql).All the time I want to edit some permissions or to create a folder or to add some lines to hosts I need to login as a root. Do I need to grant...
View Article