Lsof

De bricosoft
Version datée du 30 mars 2011 à 14:56 par Sysop (discussion | contributions) (Page créée avec « <div class="thumb tleft"><google uid="C08" position="left"></google></div> <div class="thumb tright">{{#widget:Twitter Search |query={{PAGENAME}} |title=Bricosoft.com/{{PAGEN… »)
(diff) ← Version précédente | Version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche
<google uid="C08" position="left"></google>
Erreur dans le widget Twitter Search: unable to write file /home/gbp4dt5/zones/bricosoft.com/www/extensions/Widgets/compiled_templates/wrt696b895c677a74_81401091
Erreur dans le widget Twitter: unable to write file /home/gbp4dt5/zones/bricosoft.com/www/extensions/Widgets/compiled_templates/wrt696b895c8590c9_62084408
Fichier:Lsof.png
Fichier:Lsof.jpg
Fichier:Lsof.gif

lsof est une commande unix wich "list open files", qui liste les fichiers ouverts.

$ lsof -P -i
COMMAND     PID       USER   FD   TYPE DEVICE SIZE NODE NAME
java       8094       toto   22u  IPv6 211097       TCP localhost:52760->localhost:80 (CLOSE_WAIT)
chrome     8186       toto  149u  IPv4 266841       TCP localhost:54077->google.com:443 (ESTABLISHED)
firefox-b 11719       toto   76u  IPv4 148486       TCP localhost:38978->google.fr:80 (ESTABLISHED)
evolution 26982       toto   44u  IPv4 234548       TCP localhost:59286->gmail.com:143 (ESTABLISHED)
ssh       27559       toto    3u  IPv4 239438       TCP localhost:32979->my-box.zz:22 (ESTABLISHED)
$ lsof -P -i -n
COMMAND     PID       USER   FD   TYPE DEVICE SIZE NODE NAME
java       8094       toto   22u  IPv6 211097       TCP 192.168.1.42:52760->192.168.1.90:80 (CLOSE_WAIT)
chrome     8186       toto  149u  IPv4 266841       TCP 192.168.1.42:54077->209.85.149.99:443 (ESTABLISHED)
firefox-b 11719       toto   76u  IPv4 148486       TCP 192.168.1.42:38978->209.85.149.99:80 (ESTABLISHED)
evolution 26982       toto   44u  IPv4 234548       TCP 192.168.1.42:59286->209.85.149.19:143 (ESTABLISHED)
ssh       27559       toto    3u  IPv4 239438       TCP 192.168.1.42:32979->207.97.227.239:22 (ESTABLISHED)

Liens