0 of 15 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 15 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 |
|
You want to know the status of all the running processes along with process PID and id, type the command to list the status of all the processes along with the process id and PID.
Student@dojolab:~$
Your best friend, John, has started to learn Linux. He wants to complete a task and needs your help, which is to list all the files and directories inside a given directory. He hands over his computer to you. Type the command to list all files or directories from the CLI.
Student@dojolab:~$
As the Linux system administrator of Dojolab, you need to find the name server information for dojolab.com by querying DNS. Type the command to get information from the DNS server of dojopass.org
Student@dojolab:~$
Priscillia knows the netstat command, but she needs more information about the command, she wants to locate the binary, source, and manual page for the command. As her elder brother, a linux pro, help her type the command to locate where the netstat’s manual page is.
Student@dojolab:~$
Shamsi is a beginner in Linux, so he doesn’t know how to simply create a directory on Linux. Show him how it’s done. Type the command to create a dojolab directory inside the home directory.
Student@dojolab:~$
You want to simply query a single host; to query DNS nameservers for information about host addresses, nameservers, mail exchanges, and related information. Type the command to collect data about domain name servers.
Student@dojolab:~$
You’ve just connected to your Linux server machine and found something malicious or unusual, you want to know how long the system has been running. Type the command to display the time since the last boot.
Student@dojolab:~$
You use ls –l command frequently, which contains 5 characters including the space. To be efficient, you decide to replace the command with l, a shorter string while executing the command. Type the command to create an alias for ls –l to l.
Student@dojolab:~$
Your list of alias commands is getting longer, so you decide to remove the alias “l”. Type the command to remove the alias “l”.
Student@dojolab:~$
You don’t want to receive any terminal messages from any user. Type the command to prevent the display of terminal messages from other users.
Student@dojolab:~$
Your boss asks you to remove some files: dojolab1, dojolab2, and dojolab3. You decide to remove the files in a recursive way. Type the command to remove the three (3) files.
Student@dojolab:~$
This time it’s required of you to remove the three (3) files (dojolab1, dojolab2, and dojolab3) in a forceful manner, ignoring errors and prompts. Type the command to forcefully remove those three (3) files.
Student@dojolab:~$
During your interview for Linux system administrator position, the interviewer gives you a system and ask to display all network ports associated with the system. Type the command to display all network ports.
Student@dojolab:~$
In your small IT company where you’re hired as a Linux administrator, everybody logs in with their mesg permission set to yes. You want to send a message to all users, the message is Breaktime. Type the command to send the message (Breaktime) to all users.
Student@dojolab:~$
Your instructor asks you to extract an archive file. Type the command used for creating archives and extracting files in Linux.
Student@dojolab:~$