killing process

A collection of 1 post
Killing (Almost) Any Process on Linux
killing process

Killing (Almost) Any Process on Linux

Have you ever accidentally turned off your Rails server with ctrl+Z? I know I did and here are some simple guidelines to kill that Rails server process so you can restart it again. Find PID of process you want to turn off Open terminal and type lsof -i :number_
1 min read
Page 1 of 1