HOME ABOUT WEB GITHUB TOP BOTTOM PREV NEXT
Week 07 Assignments #3: Kernel Modules
- Read “Z07-Modules.txt”
- QUIZ:
- Deadline: Tue, 19-Apr-2022, 14:55
- Create folder “QUIZ07/” inside your github (sharesp221) repository.
- PUSH the result before DEADLINE.
- Assignment:
- (root) Write kernel log to file WEEK07-KERNEL-LOG.txt
- (root) Change owner file WEEK07-KERNEL-LOG.txt
- (user) COPY the result to SP_RESULT/W07/WEEK07-KERNEL-LOG.txt
tail -f /var/log/kern.log | grep --line-buffered ' ZCZC ' | tee WEEK07-KERNEL-LOG.txt