Different ways to kill or process or port or name in MacOS
January 11, 2023 · 2 min read
When you start running rails, java, node, or any applications in MACOS, a process is created. Sometimes, You may need to stop a single process or all processes for debugging. Each service or operation in a MACOS creates a process. Each process contains an Id and name. It throws an error if the same services started again while running. You see below the kind of errors Rails already running Address already in use - bind(2) (Errno::EADDRINUSE)...