File: devlist.sgml

package info (click to toggle)
linuxconf 1.26r4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 56,432 kB
  • ctags: 27,217
  • sloc: cpp: 158,803; perl: 7,484; sh: 4,134; java: 3,105; ansic: 2,492; makefile: 2,216; python: 109
file content (17 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype linuxdoc system>
<article>
<title>/proc/net/dev

<sect>List of network devices
<p>

<tt>/proc/net/dev</tt> is a list of network devices available
in the kernel. It does not show all possible network devices
for a given computer, as some are allocated dynamically as needed
(ppp devices), and others are controlled by loadable (often on demand)
kernel modules.

<em/Linuxconf/ uses this file to probe the available network devices.

</article>