Hacker News .hnnew | past | comments | ask | show | jobs | submitlogin

    screen -d -m processName
is practically the easiest way to run and daemonize a process.


    nohup processName


But then the output goes into a black hole after you close your shell


You can always redirect stdout/stderr to a file, e.g. nohup someapp > someapp.log


The output goes into nohup.out automatically.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: