0 of 12 Questions completed
Questions:
You have already completed the simulator before. Hence you can not start it again.
Simulator is loading…
You must sign in or sign up to start the simulator.
You must first complete the following:
0 of 12 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Average score |
|
Your score |
|
Type the command to view the Internet Protocol (IP) configuration on a Linux host.
student@dojolab:~$
You are working at a Linux command prompt. You need to capture and analyze packets from the ethernet interface 0 using the tcpdump command. Type the command to start capturing the packets.
student@dojolab:~$
You need to perform a nmap scan using the hostname server1.dojopass.org to find out all open ports, services and MAC address on that system. Type the command to initiate the scan.
student@dojolab:~$
You are working at a Linux command prompt. You need to find the A record from the website dojopass.org to troubleshoot DNS-related issues. Type the command to display the records from the dojolab DNS server.
student@dojolab:~$
You are working at a Linux command prompt. Type the command to search all lines that end with “done” in a file named tasks.doc.
student@dojolab:~$
You are working at a Linux command prompt. Type the command to search all lines that start with “hello” in a file named greetings.txt.
student@dojolab:~$
You are working at a Linux command prompt. Set the permissions of file.txt to “owner can read and write; group can read only; others can read only” using octal permissions notation.
student@dojolab:~$
You need to search and display the total number of times that the tag “h1” appears in a file named main.html using grep. Type the Linux command for it.
student@dojolab:~$
You are working at a Linux command prompt. You have been tasked to view the last 50 lines of a log file named logfile.txt. Type the command to complete the task.
student@dojolab:~$
You have been tasked to present the content of two log files. First, you need to display the content of the file named logfile1.txt and then the content of the file named logfile2.txt. Type the command to display the content of the two files.
student@dojolab:~$
Type the command to retrieve only email-related DNS records for the domain dojopass.org using the -query=mx option.
student@dojolab:~$
You want to capture HTTP packets using tcpdump. The HTTP service is running on its default port and your Ethernet adapter is eth1. Type the command to capture the packets.
student@dojolab:~$