Hi Friendz, As we all know max. php web applications are run on Linux based web servers online. Putty tool does important role on connecting the web and do things very quickly.
So, have a look at the following commands for instant doings through putty tool in windows..
MySQL restart
#service mysqld stop
#service mysqld start
#service mysqld restart
Apache restart
#service httpd stop
#service httpd start
#service httpd restart
Other Basic Commands
listing Folders....
use "ls" instead of "dir"
For Entering into Directory..
cd folder_name
deleting Directory
rm folder_name
So, have a look at the following commands for instant doings through putty tool in windows..
MySQL restart
#service mysqld stop
#service mysqld start
#service mysqld restart
Apache restart
#service httpd stop
#service httpd start
#service httpd restart
Other Basic Commands
listing Folders....
use "ls" instead of "dir"
For Entering into Directory..
cd folder_name
deleting Directory
rm folder_name
Post a Comment