IPC and networkingnospam116 4 6 What would be the easiest way to start learning *nix IPC and networkg? Pipes, message qeues, or perhaps unix packets or anything else? Bill ...
Thread-safety of atoi under POSIX:2004 and POSIX:2008Noob 2 8 Hello, In a different forum, someone claimed that atoi is not thread-safe, even if the implementation defines _POSIX_C_SOURCE to 200809L. I'm 90% su...
Exact meaning of the "hello world"eugene19 14 5 Hello! I have a question to native English-speaking people. In the "hello world" greeting, what meaning the "world" has: "all", "people", "friends" o...
exec vs. nohupkenneth.bull 4 8 So I have a script with the following line after the shebang: exec >& file.out ## some echo statements after this Then I call the script with nohup...
socket option from command linesinbad.sinbad 1 3 i am using netbsd, is there a way to check the socket options of the tcp sockets currently opened in the system through a cmd-line, perhaps like netst...