How to terminate a running process

This article describes how to terminate a running or non-responsive process under your shell account.

1)  Please login to your shell account.

2)  To determine the PID of the running or non-responsive process, type the following: 
ps ux

3)  Review the output from the process tool to determine which process and PID must be terminated.

4)  After determining the process PID, kill the process by typing the following:  kill -9 [PID]

 

  • 11 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

Where can I find a codebase for my MUD or MUSH?

There are several freely distributed and open-source projects available that provide stable...

How to configure the Screen application

How to configure and run the application Screen in your shell account.Note: This environment...

Install Guide for Evennia Codebase

This guide provides instructions for installing the Evennia codebase for first time use with our...

Install Guide for PennMUSH Codebase

Description   This guide provides instructions for installing and configuring the latest...

Install Guide for TinyMUX Codebase

Description   This guide provides instructions for installing and configuring the latest...