Not logged in
Log in now
Create an account
Subscribe to LWN
Recent Features
LWN.net Weekly Edition for May 23, 2013
An "enum" for Python 3
An unexpected perf feature
LWN.net Weekly Edition for May 16, 2013
A look at the PyPy 2.0 release
$ gdb (gdb) attach $pid ... (gdb) call close(1) $1 = 0 (gdb) call open("/dev/pts/$N", 1, 0660) // O_WRONLY = 1 $2 = 1 (gdb) quit
Changing standard Input and Output to a different virtual Terminal.
Posted Nov 30, 2012 23:03 UTC (Fri) by jimparis (subscriber, #38647) [Link]
Copyright © 2013, Eklektix, Inc. Comments and public postings are copyrighted by their creators. Linux is a registered trademark of Linus Torvalds