mirror of
https://github.com/php/presentations.git
synced 2026-04-28 17:53:13 +02:00
14 lines
301 B
XML
14 lines
301 B
XML
<slide>
|
|
<title>lsof: files in Unix</title>
|
|
|
|
<blurb>Basically, everything is a file pointer:</blurb>
|
|
|
|
<list>
|
|
<bullet>stdin, stdout, stderr</bullet>
|
|
<bullet>open files</bullet>
|
|
<bullet>listening network sockets</bullet>
|
|
<bullet>open network sockets</bullet>
|
|
<bullet>pipes</bullet>
|
|
</list>
|
|
</slide>
|