Lab Challenge
By Muhammad Aditiya Rakhman
Lab Challenge 1: Working with file content
Instructions
Answer
$ grep "INFO" /var/log/sample1.log >> /home/student/challenge01/output1.log
$ cat challenge01/output1.log
$ grep "^illegal" /var/log/sample2.log >> challenge01/output2.log
$ cat challenge01/output2.log
Disini saya melakukan 2x kerja
$ grep "router_forward_getOI" /var/log/sample1.log >> hahay
$ grep "TRACE" hahay >> challenge01/output3.log
$ cat challenge01/output3.logLab Challenge 2: Finding files
Instructions
Answer
Lab Challenge 3: Working with partition
Instructions
Answer
Lab Challenge 4 : Comparing Files
Instructions
Answer
Last updated