home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / unix / killdmn_1 / KillDmn / !Help next >
Encoding:
Text File  |  1994-04-24  |  2.0 KB  |  62 lines

  1.            Kill Deamon ©David Brain 1993   V-2.00
  2.            ======================================
  3.  
  4.  
  5. Legal Things!
  6. =============
  7.  
  8. These programs are freeware, and as such may be distributed freely so 
  9. long as no charge is made, the programs remain unaltered and this file is
  10. included in all copies.
  11.  
  12. The copyright remains mine (©David Brain 1993) and I accept no liability
  13. for any damage, loss of profits etc. that may arise from use of this software.
  14.  
  15. Note that this software has an inherent danger of data loss due to its action.
  16.  
  17. Instructions
  18. ============
  19.  
  20. When KillMod is loaded 4 new *commands are provided:
  21.  
  22.    • Ps
  23.    • Kill
  24.    • Stop
  25.    • Start
  26.  
  27. •Ps Displays a list of currently active tasks like this:-
  28.   *ps
  29.    Currently Active Tasks:-0
  30.    Pinboard            5276
  31.    Edit                5292
  32.    Paint               5288
  33.    TaskWindow          5296
  34.  
  35. •Kill kills tasks, in the above example ‘*Kill 5288’ would kill Paint
  36.  NB. THIS CAN CAUSE THE TASK TO QUIT LOSING YOUR DATA.
  37.  Also don’t type ‘*Kill 0’ (except for amusement) as the computer doesn’t 
  38.  go for long with the TaskManager dead.
  39.  
  40. •Stop/Start. Stop prevents tasks receiving null polls, so increasing the amount of
  41.  processor time available to other tasks. In the above example ‘*Stop 5296’ would
  42.  stop the task window receiving null events.
  43.  Start re-starts stopped tasks.
  44.  Again don't type Stop 0.
  45.  Another problem can occur when an application is Quit while in a 'Stopped' 
  46.  state, the 'stop' command is then somtimes applied to the next App. to load.
  47.  This can of course be resolved by typing 'ps' and 'Start <num>' to the
  48.  appropriate task.
  49.  
  50. There are two modules, KillMod and KillNet.  KillNet is an exact copy of 
  51. KillMod except that kill net uses the command 'Tasks' instead of 'Ps', this
  52. is to avoid name classes with the network command Ps.
  53.  
  54. There are no differences in functionality between this release and the
  55. last, only the addition of KillNet for network machines.
  56.  
  57. ————
  58.  
  59. If for any reason you wish to contact me, try :-
  60.  
  61.            braindl@sun.aston.ac.uk
  62.