If you are looking to update php.ini file in your server and getting permission issue with this like I was getting the issue "bash: /etc/php5/apache2/php.ini: Permission denied......" to resolve this problem, I have done the below process ::
// Open you terminal and give the below command
gksudo gedit /etc/php5/apache2/php.ini
// if gksudo is not install in your server then you can install gksudo with below command
apt-get install gksu
// after gksu successfull installation again give the below command
gksudo gedit /etc/php5/apache2/php.ini
// now you can make you changes here
0 Comment(s)