From 10881a6f4503c42d9ca71145143729b02e24d24f Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Tue, 11 Feb 2025 22:26:59 -0600 Subject: [PATCH] updated notes --- src/rhcsa.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/rhcsa.md b/src/rhcsa.md index 4625a81..29e90af 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -8,17 +8,17 @@ ## Core Topics ### 1. Essential Tools -- [ ] Access a shell prompt and issue commands -- [ ] Use input-output redirection -- [ ] Use grep and regular expressions -- [ ] Access remote systems using SSH -- [ ] Log in and switch users in multiuser targets +- [x] Access a shell prompt and issue commands +- [x] Use input-output redirection +- [x] Use grep and regular expressions +- [x] Access remote systems using SSH +- [x] Log in and switch users in multiuser targets ### 2. File Management -- [ ] Create, delete, copy, and move files and directories -- [ ] Create and manage hard and soft links -- [ ] Find files and directories -- [ ] Manage file permissions and ownership +- [x] Create, delete, copy, and move files and directories +- [x] Create and manage hard and soft links +- [x] Find files and directories +- [x] Manage file permissions and ownership ### 3. Service Configuration - [ ] Configure networking and hostname resolution