diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-09-22 10:08:54 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-09-22 10:09:30 +0200 |
| commit | 85f0310cb89487f21c0c9a25703a2f917497bf07 (patch) | |
| tree | 0eed71f6a0ab094208d8822cbccfdc8d9573f402 /man5 | |
| parent | 13e69b6c6a8fc42152b568679b144d76279746ca (diff) | |
| download | man-pages-85f0310cb89487f21c0c9a25703a2f917497bf07.tar.gz | |
sysfs.5: Add a brief description of /sys/class/net
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/sysfs.5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man5/sysfs.5 b/man5/sysfs.5 index a451436e46..d6cccb2ca7 100644 --- a/man5/sysfs.5 +++ b/man5/sysfs.5 @@ -98,6 +98,15 @@ These symbolic links refer to entries in the .IR /sys/devices directory. .TP +.IR /sys/class/net +Each of the entries in this directory is a symbolic link +representing on of the real or virtual networking devices +that are visible in the network namespace of the process +that is accessing the directory. +Each of these symbolic links refers to entries in the +.IR /sys/devices +directory. +.TP .IR /sys/dev This directory contains two subdirectories .IR block / |
