diff --git a/src/rhcsa.md b/src/rhcsa.md index 29e90af..b0b95d5 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -63,3 +63,19 @@ --- *Note: Check boxes can be used to track progress on each topic as you study* + +--- +--- + +# CLI Commands + +## Networking + +```bash +nmtui # Network Manager Text User Interface + +sudo ip addr add dev eth0 192.168.2.2/24 # Add an IP address to the interface eth0 Note: Not persistent, will be lost on reboot +``` + + +