Fixpermissions Script Print

  • 12

Used for fixing permissions on a cpanel account - either when uploading as root, or when permissions get broken.

http://portal.solutionengineers.net/dl.php?type=d&id=2

copy to /home, chmod +x and run :

You may need to copy the contents into a new file called fixperms.sh in shell

root@servername [/home]#wget solutionengineers.net/downloads/fixperms.sh

root@servername [/home]#chmod +x fixperms.sh

root@servername [/home]#./fixperms.sh cpaneluser

Where "cpaneluser" is the cpanel user name you want to repair.

Was this answer helpful?

« Back