ToolTalk User's Guide

To send the ttsession process a SIGUSR2:

  1. Enter the ps command to find the process identifier (pid) of the ttsession process


    % ps -ef | grep ttsession
  2. Enter the kill command to send a SIGUSR2 signal to ttsession.


    % kill -USR2 ttsession_pid