Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 497 Bytes

File metadata and controls

14 lines (13 loc) · 497 Bytes

Basic Network Management

ip Utility

Command What it does
ip addr Configure and monitor network addresses
ip route Configure and monitor routing information
ip link Configure and monitor link state

Setting the hostname

Command What it does
sudo hostnamectl hostname <name> Set the hostname
hostnamectl List information about the host
uname -r Get the kernel version of host