Wget is a network utility to retrieve files from the World Wide Web using HTTP and FTP.It works non-interactively, so it can work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as FTP sites—you can use Wget to make mirrors of archives and home pages or to travel the Web like a WWW robot, checking for broken links.
For disabling wget to grab your site pages then simply add the code below in the .htaccess file under public_html directory [for which you wish to disable the wget grabbing].
===================================
SetEnvIfNoCase User-Agent “^Wget” bad_bot
Order Allow,Deny
Allow from all
Deny from env=bad_bot
===================================
Now, if anybody tries to grab info from your website using wget, he will receive a 403 error.
Please check this link to know more information about wget
http://wget.addictivecode.org/FrequentlyAskedQuestions
Tags:-wget,cpanel,webadmin,serveradmin,apachae,linux,commands,wget,cpanel,whm