Previous Next Table of Contents

1. List of network device

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

Linuxconf use this file to probe the available network devices.


Previous Next Table of Contents