{ "name": "nohup", "section": 1, "title": "run command (hangup is a no-op in Bare OS)", "synopsis": [ "nohup [OPTION]... [OPERAND]..." ], "description": "Bare OS implementation of run command (hangup is a no-op in Bare OS). Full behavior is defined in packages/bare-os-coreutils/src/nohup.js.", "options": [], "keywords": [ "nohup", "bare-os", "coreutils" ], "examples": [ { "caption": "run utility (no real SIGHUP in guest)", "code": "nohup long-job.sh" } ] }