Mput and Mget – upload and download multiple files in ftp transfer

Mput and Mget – upload and download multiple files in ftp transfer

FTP is mostly used utility for file transfer between server and client machine. We can download and upload files from anywhere using FTP service. There many FTP clients are available which can be used any GUI environment such as WS-Ftp and FileZilla for file transferring. But DOS or command line FTP utility, which includes in […]

Sudo Command – Control User To Run Commands with Root Privileges

Sudo Command – Control User To Run Commands with Root Privileges

Sudo is a program in unix like operating systems which allow the users to run the program which require the super user or root user permissions. SUDO stands for the “superuser do”. It prompts you for your personal password and confirm your request by checking a file called sudoers.Sudoers file contains the rule that user […]

Usage of “free” command in linux

Usage of “free” command in linux

Monitoring is most important for every LINUX administrator and necessary for troubleshooting. While working on system/servers some times you feel your system responding late and is actually slow. This is normally because of the high load on system or your system is running out of memory. This article will helps you in monitor physical and […]

How to create database in cpanel

How to create database in cpanel

Creating database using cpanel is easy task. Follow the steps to create database: Login your cpanel account. Select the MySQL Database as shown in picture. Enter the database name in “New Database” Fields as shown in the picture and click on create database button. Create MySQL user, write user name and password in respective fields […]