Path: Complete Beginner
Room: Introductory Researching
Task 4: Manual Pages
Q1
To avoid wasting time scrolling the man page of SCP, I choose to use the man command together with “grep -e”, where the grep command will search inside the man page of SCP.

Details from “man grep”

Q2:
I checked to see if the result from “ man fdisk | grep -e “list” ” was correct by running “ fdisk -l “ before answering.

Q3:
Same as the two previous with the “man” and “grep” commands.

Q4:
I used a couple more commands to be sure of the answer, I tried some different “grep” before entering the man pages of netcat.

Check out the Complete Beginner Path at Try Hack Me
The beginner path aims to give a broad introduction to the different areas of Computer Security.