linux - How does nohup work? -


what performed behind scenes when program runs nohup?

is pid of parent process being changed?

thanks.

edit: understood nohup (and disown) causes sighup not sent process if parent process receives it. mean equivalent handling sighup (and ignore it)?

use source, luke!


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

jtree - comparing two TreeNode (or DefaultMutableTreeNode) objects in Java Comparator -