Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Sign in as the owner that started the process, and type the following command from a Unix command line:
    No Format
    
    ps ux | grep xflicstat
    

    This command returns a process number (pid).
  2. Type the following command, using the returned process number for pid:

...

No Format

   kill pid

          For example:

No Format

...


   # ps ux |grep xflicstat

...


   26274 pts/    0:00 xflicstat

...


   # kill 26274