Thread: how to change?
View Single Post
Old 28th Jan 2012, 12:56 AM   #6
jayaraj.chinna
Member
 
jayaraj.chinna's Avatar
 
Website(s):
SpicyDen.com
Unhappy

Quote:
Originally Posted by Lock Down View Post
use this ssh command to find all php.ini files in reverse date order. Cpanel usually hides it under a cpanel folder.

Code:
find / -name php.ini  -print0 | xargs -0 stat --format '%Y %n'|sort -r

will u plz also tell me how to change that upload limit to more than 2MB using SSH
jayaraj.chinna is offline   Reply With Quote