updated notes

This commit is contained in:
Hugh Ratsch
2025-02-11 22:26:59 -06:00
parent e65d5d02ec
commit 10881a6f45
+9 -9
View File
@@ -8,17 +8,17 @@
## Core Topics ## Core Topics
### 1. Essential Tools ### 1. Essential Tools
- [ ] Access a shell prompt and issue commands - [x] Access a shell prompt and issue commands
- [ ] Use input-output redirection - [x] Use input-output redirection
- [ ] Use grep and regular expressions - [x] Use grep and regular expressions
- [ ] Access remote systems using SSH - [x] Access remote systems using SSH
- [ ] Log in and switch users in multiuser targets - [x] Log in and switch users in multiuser targets
### 2. File Management ### 2. File Management
- [ ] Create, delete, copy, and move files and directories - [x] Create, delete, copy, and move files and directories
- [ ] Create and manage hard and soft links - [x] Create and manage hard and soft links
- [ ] Find files and directories - [x] Find files and directories
- [ ] Manage file permissions and ownership - [x] Manage file permissions and ownership
### 3. Service Configuration ### 3. Service Configuration
- [ ] Configure networking and hostname resolution - [ ] Configure networking and hostname resolution