doc: Mention the 'ip' command.
Suggested by Alex Kost <alezost@gmail.com>. * doc/guix.texi (Preparing for Installation): Mention 'ip'.
This commit is contained in:
parent
7868000fe4
commit
1713c37f83
|
@ -6010,6 +6010,13 @@ Run the following command see what your network interfaces are called:
|
||||||
ifconfig -a
|
ifconfig -a
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@noindent
|
||||||
|
@dots{} or, using the GNU/Linux-specific @command{ip} command:
|
||||||
|
|
||||||
|
@example
|
||||||
|
ip a
|
||||||
|
@end example
|
||||||
|
|
||||||
@c http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n20
|
@c http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n20
|
||||||
Wired interfaces have a name starting with @samp{e}; for example, the
|
Wired interfaces have a name starting with @samp{e}; for example, the
|
||||||
interface corresponding to the first on-board Ethernet controller is
|
interface corresponding to the first on-board Ethernet controller is
|
||||||
|
|
Loading…
Reference in New Issue