home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / kill.hlp < prev    next >
Text File  |  1995-04-05  |  2KB  |  45 lines

  1. [Help for Kill  1 page]
  2.  
  3. Kill is a program that is mostly used to Logout or Stop a job that has
  4. the same account number (PPN) as your own -- like if you somehow "loose
  5. control" of a job, login again, run KILL, do a LIST command to find out
  6. the job number that you want to affect, then do the KILL or STOP.
  7.  
  8. To run KILL, type:
  9.    R KILL
  10.  
  11. Commands to KILL are the following:
  12.  
  13. LIST            Type a mini-systat of the specified jobs
  14. ATTACH n        Bring the specified job to our own TTY
  15. STOP n          Stop the specified jobs
  16. DETACH n        Detach the specified jobs
  17. KILL n          Log out the specified jobs
  18. EXIT            Exit from KILL when all actions are completed
  19. HELP            Type out this text
  20. ZAP n           Kill off the desired not logged in and detached jobs
  21. NOT n           Do nothing to the specified jobs
  22.  
  23. The arguments to the commands include the forms:
  24.  
  25. n       Job n which has the PPN specified
  26. #n      The job on TTYn which has the PPN specified
  27. *[P,PN] All the jobs which have the specified PPN
  28.  
  29. If the PPN is different than your own, it may be specified after the n.
  30. Arguments for commands follow the commands and are separated by spaces.
  31. More than one command can be on one line and they are also separated by
  32. spaces.  If conflicting commands are typed for a job then only the last
  33. legal action for a job will have effect.  Examples of commands are:
  34.  
  35. KILL *[21,1320] NOT 3           ;Log off all my jobs except for job 3
  36. DETACH #22 ATTACH 4     ;Detach the job on TTY22 and attach job 4 here
  37. LIST *[123,456]         ;Give a systat of all jobs with the PPN [123,456]
  38. STOP 25 26 30 EXIT      ;Stop the jobs 25, 26, and 30 and then exit
  39.  
  40. The actions of KILL are more complex than given here.  To get more
  41. information about KILL see the file  D0C:KILL.DOC
  42.  
  43. .KJOB
  44. .
  45.