This article provides an introductory tour of the Hands-on Labs available in this course.
This article provides an introductory tour of the Hands-on Labs available in this course. If you have never used KodeKloud Labs before, please review this guide before attempting any lab exercises.The Hands-on Labs simulate a genuine Linux Command Line Interface where you execute commands using your keyboard. For the best experience, we recommend using a laptop or desktop computer. Each lab is specifically designed to reinforce the concepts covered in previous lecture sessions.
Before starting a lab, click the provided link to open the Hands-on Labs environment. Please allow a few minutes for the lab environment to load, as it simulates a real Linux setup running on Mumshad Mannambeth’s laptop.
The lab interface is divided into two primary sections:
Linux Terminal: Located on the left-hand side where you’ll execute commands and perform tasks.
Lab Portal: Found on the right-hand side, displaying the questions and guidelines related to the lab exercises.
Below is a sample terminal prompt to help you get started:
For multiple-choice questions, you will need to execute commands in the terminal to determine the correct answer. Once you have confirmed your result, click the corresponding button to proceed.For example, to determine the path to Bob’s home directory, execute the following command:
Copy
Ask AI
bob@caleston-lp10:~$ echo $HOME/home/bob
After selecting the correct answer, the next question will load automatically.
Configuration tests require you to perform specific tasks in the terminal. For example, to create a directory named “birds” in Bob’s home directory, use the following command:
Copy
Ask AI
bob@caleston-lp10:~$ mkdir /home/bob/birds
If an error occurs—such as mistakenly creating a directory named “bird” instead of “birds”—the interface will indicate the mistake when you click the check button. For example:
Copy
Ask AI
bob@caleston-lp10:~$ mkdir /home/bob/bird
To troubleshoot, click the provided icon for more details. Then, correct your command and validate the task again. The corrected command sequence appears as follows: