Viewing profile — anon8r398rt
anon8r398rt
HN member- Joined
- Fri, Nov 28, 2014, 8:57 PM UTC
- HN karma
- 5
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About anon8r398rt
No profile information was provided.
Recent public activity
-
comment
Comment #8672143
My favourite one: attach to the process in question using gdb, and run: p dup2(open("/dev/null", 0), 1) p dup2(open("/dev/null", 0), 2) detach quit From: https://stackoverflow.com/…