Search:

Type: Posts; User: CornedBee

Search: Search took 0.14 seconds.

  1. Replies
    24
    Views
    21,313

    Interesting. When I have a job that gets stopped...

    Interesting. When I have a job that gets stopped when backgrounded (like top), bash will simply refuse to close. If I start "cat /dev/zero" in the background, it will get killed. But "cat /dev/zero >...
  2. Replies
    24
    Views
    21,313

    "command &" is not enough. It will background...

    "command &" is not enough. It will background your app, but not detach it. You can't exit the shell as long as that process lives, and if you force it to quit, the process will be killed.
    You can...
  3. Replies
    24
    Views
    21,313

    The name of the init script directory is not the...

    The name of the init script directory is not the only distro-specific issue here. In fact, init systems are one of the major differences between distros, and most systems I know are nothing like the...
Results 1 to 3 of 3