Articles

 How to check kernel version of your linux server

Type command below to check the version of your kernel :   uname -r   The system will return...

 How to kill process in Linux

Log in to your server as root and find the process PID your want to kill. You can do that by...

 How to move and rename file in Linux

Moving a file on Linux   To move a file to another location we use the same method as renaming...