Thursday, June 26, 2014

UNIX Process Commands


    jobs - l (CR) : Display a simple single line with currently active job status.

    ps (CR) : Display current process ids (``pid'') needed for killing.

    ps t[N] (CR) : Displays ``pid'' for terminal or tty [N].

    kill -9 [pid] (CR) : Means a ``sure kill'' of ``pid'' [pid]; this becomes necessary when you lose control of a process or have a session aborted. CAUTION: Aborted sessions are not uncommon so it is helpful to develop skills of a super process (program) killer.

No comments:

Post a Comment