bg and fg
Barry A. Warsaw
barry at zope.com
Tue Nov 6 01:09:55 EST 2001
More information about the Python-list mailing list
Tue Nov 6 01:09:55 EST 2001
- Previous message (by thread): bg and fg
- Next message (by thread): bg and fg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "NF" == Nicholas FitzRoy-Dale <wzdd at lardcave.net> writes: NF> On my system, "man 2 setsid" gives a useful, if terse, NF> definition of setsid(). This was useful to me six months ago NF> when I ran across exactly the same problem (wanted to write a NF> daemon) and didn't understand what setsid() did. :) Anybody who wants to write a proper Unix daemon should read Stevens, Advanced Programming in the UNIX Environment, Chapter 13. Actually, if you're doing any amount of sophisticated Unix programming, with Python or otherwise (yeah, right :), then the Stevens books are absolutely indispensible, IMHO. -Barry
- Previous message (by thread): bg and fg
- Next message (by thread): bg and fg
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list