Important services and its configuration files in cPanel

Hi,   Here are the some important services on cPanel based server and with its respective configuration file and port number that service uses.   The cpanel configuration file Configuration file : cpanel.config Path : /var/cpanel/cpanel.config Service : cpanel Apache – The web server Default Port : #80 Configuration file : httpd.conf Path : /etc/httpd/conf/httpd.conf […]

How to find and Delete the empty Directories And Files In UNIX !!!

The following command would help you find empty files & directory find . -type d -empty — for directory find . -type f -empty — for files Delete all empty directories under the current directory using the following command : find . -type d -empty -exec rmdir {} \; To see the count of files […]

How to upload the bulk files under the document root with the help of file manager?

Most of the times its hard to upload the multiple files by selecting single file…To upload a lot of files to the server at the same time, zip your files on your PC into a single zip, then choose the ‘Upload files’ option in your cPanel File manager. Upload the ZIP file into the location […]