7

How do I find the Process Identification Number(PID) and how to delete the PID. I have tried "Show Process /all" but it will show only my process. I have administrative privileges.

grawity
  • 501,077

1 Answers1

10
$ show system
  Pid    Process Name    State  Pri      I/O       CPU       Page flts  Pages
20200121 NAMED_SERVER    HIB      6     1651   0 00:00:00.14       794    256
...
$ stop/id=20200121
grawity
  • 501,077