* and then Gordon Messmer declared.... > >Is there a way to find out from where a data stream is coming from? - > >Like if I'm listening to a music station online, can I find out which > >url is sending that data? > > Find the PID of the program you're running, and use 'lsof -p <pid>' to > see what files (and sockets) it has open. Thanks, I'll try it. I did try 'netstat' but it just gives me unusable data... -- Nick W