How to Suspend an account via root SSH?
Suspend an account via root SSH In WHM or cPanel server, there is an option to suspend a particular account/domain for a particular period. This option is very helpful to deactivate an account…
Suspend an account via root SSH In WHM or cPanel server, there is an option to suspend a particular account/domain for a particular period. This option is very helpful to deactivate an account…
What is Exim Queue? The MTA (Mail Transfer Agent) that runs on a server is called Exim and it controls all the email deliveries. In Exim MTA(Mail Transfer Agent), there are a lot…
What is SSH? SSH means Secure Socket Shell. It is a program to log into another computer over a network to execute commands on a remote machine and to move files from one…
What is Inode? An inode is a data structure in the Unix-style file system. It describes a file system object such as a file or a directory. Whenever a file is created in Unix,…
In a current directory, all files can be deleted by using rm command. The rm command removes the entries for the specified File parameter from a directory. If an entry is the last link to a file, the…