1args(1) GNU Telephony args(1)
2
3
4
6 pdetach - execute detached processes
7
9 args [stdiooptions] command [args...]
10
12 This command is used to execute processes that are fully detached from
13 the shell and the user's controlling terminal. Detached processes will
14 not exit if the user logs out. The stdio options can be manipulated to
15 attach the process to another device or file.
16
18 --error=path
19 Set stderr for the detached process.
20
21 --input=path
22 Set stdin for the detached process.
23
24 --output=path
25 Set stdout for the detached process.
26
28 pdetach was written by David Sugar <dyfet@gnutelephony.org>.
29
31 Report bugs to bug-commoncpp@gnu.org or bugs@gnutelephony.org.
32
34 Copyright © 2009-2014 David Sugar, Tycho Softworks.
35 This is free software; see the source for copying conditions. There is
36 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
37 PURPOSE.
38
39
40
41
42
43GNU uCommon January 2010 args(1)