running process

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sherina
    New Member
    • Sep 2006
    • 4

    running process

    hi all
    please can any one help me :
    how can i run process and keep it running even after it is killed using kill comand
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sherina
    hi all
    please can any one help me :
    how can i run process and keep it running even after it is killed using kill comand
    So that after you have killed it, it is actually still alive?

    Comment

    • steven
      New Member
      • Sep 2006
      • 143

      #3
      Originally posted by sherina
      hi all
      please can any one help me :
      how can i run process and keep it running even after it is killed using kill comand
      The whole point of the kill command is to, well, kill the running process from it's root. If you don't want to kill the process, don't kill it.


      ?

      Comment

      Working...