From 1923f809e2450ef80a054fb92c10b728ff4b48ae Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Tue, 11 Feb 2025 23:09:41 -0600 Subject: [PATCH] updated notes --- src/rhcsa.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 +``` + + +