Free Hosting Tutorials

Cpanel script error

Free Hosting Tutorials

Cpanel script error Warning: Division by zero in /tmp/cpanel_phpengine.1278238346.27363hlijnZhKwD on line 26 Warning: Division by zero in /tmp/cpanel_phpengine.1278238346.27363hlijnZhKwD on line 27 Warning: Division by zero in /tmp/cpanel_phpengine.1278238346.27363hlijnZhKwD on line 28 Steps to resolve this error, 1.Log into the WHM cpanel 2.click on my accounts 3.search for the domain name 4.Behind username >> you can see […]

How to create shell script in linux

step:1 create shell script file step2: using vi touch comand create file step3:save file as .sh extesnion step4: give the execution permision for that file step5:using chmod command we can give execution permission step6:chmod 555 file.sh step7 To run the shell scrip file rn the following command #sh file.sh