Search Results

1
vote

lsof survival guide

Use lsof to see what files a running app or daemon has open: lsof -p …
0
votes

ELF file headers

You might be able to use libmelf, a dead project on freshmeat, but available from LOPI - http://www.ipd.bth.se/ska/lopi.html …
5
votes

Is there a standard command-line tool for unix for piping to a socket?

netcat will help establish a pipe over the network. …