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:

ps ux | grep xflicstat
This command returns a process number (pid).

  1. Type the following command, using the returned process number for pid:

          kill pid

          For example:

          # ps ux |grep xflicstat
         26274 pts/    0:00 xflicstat
         # kill 26274