tgu bin $ ./sudoserver.py -nw &
[1] 11684
tgu bin $
tgu bin $ sudo netstat -b
Accepted connection from ('127.0.0.1', 63778)
The requested operation requires elevation.
FIN received
Closing connection
tgu bin $
BTW, '-nw' switch does not do its job, output from server is still send to terminal (as shown above - test has been done in the same terminal session).
tgu bin $ ./sudoserver.py -nw & [1] 11684 tgu bin $ tgu bin $ sudo netstat -b Accepted connection from ('127.0.0.1', 63778) The requested operation requires elevation. FIN received Closing connection tgu bin $
BTW, '-nw' switch does not do its job, output from server is still send to terminal (as shown above - test has been done in the same terminal session).