The number is called the PID (Process Identifier), through which you can refer to specific programs that are running.D.2. Killing a program
If your program is taking too long and you don't want to wait for it to timeout, you can kill it yourself through the following steps:
- Close your BioBIKE screen (this will not cause the program to stop running)
- Login again to BioBIKE
- Type the following into the command window and press ENTER:
(ALL-MY-PROCESSES)You will see something like:::
;;
;; Processes owned by JOEUSER
;; PID: 1127 05/24/04 23:40:47 (LOOP FOR x FROM here TO infinity)
;; PID: 1135 05/24/04 23:44:51 (all-my-processes)
(KILL-MY-PROCESS 1127) (or whatever the PID number is of the offending process)You will be deposited to a screen that was present just before running the program you just killed.