Category Archives: Server side scripting

Useful lsof Commands and Switches – Linux

lsof command in Linux: lsof is one of the most powerful tool for all sysadmins to check and analyze processes running on your Linux server. This gives a detailed information about processes running on the server, path to the executables and other library files the process is calling. In other words, it gives a list… Read More »

Services command line options

Restarting the services that run on the server is one of the common tasks, the services includes Apache, mail, ftp etc. The related service must be restarted to get the changes to take effect if changes are made to any of them. There arise situations at times where the services needs to be restarted when… Read More »