Basic Linux

What is Linux Process? Important commands for Linux Process

In an operating system, to complete a certain operation or task, the processes are required, Process is nothing but a…

4 years ago

How to check spamming on server

Spamming on server exim -bpc If thisĀ  is change very fast then it seems spamming is on server also you…

9 years ago

Delete php.ini file from all directories

Command for to Delete php.ini file from all directories find -name php.ini -exec rm -f {} \;

9 years ago