
Docker Create Command
Docker is a popular platform for developing, shipping, and running applications. The docker create command is used to create a new container from an image. In this challenge, you will learn how to use the docker create command to create a new container step-by-step.
Docker

Online Claude Code Playground
LabEx provides an Online Claude Code Playground, an agentic AI tool by Anthropic designed to automate software engineering tasks directly within your playground and cloud sandboxes.

Online OpenCode Playground
LabEx provides an Online OpenCode Playground, an agentic AI coding environment designed for a command-line-oriented workflow, allowing you to plan, implement, and refactor code autonomously.

Online Codex Playground
LabEx provides an Online Codex Playground, a comprehensive AI agent ecosystem by OpenAI designed for agentic coding and end-to-end software engineering tasks.

Online OpenClaw Playground
LabEx provides an Online OpenClaw Playground, an open-source autonomous AI agent framework designed for local-first execution with multi-channel messaging support.

Log in and Switch Users
Practice essential user management tasks for the RHCSA exam. Learn to switch between users and create new accounts, crucial skills for Red Hat Certified System Administrators.
Red Hat Enterprise Linux

Extend Existing Logical Volumes
In this challenge, you will learn how to extend an existing logical volume on a Linux system.
Red Hat Enterprise Linux

List, Create, and Delete Partitions on MBR and GPT Disks
In this challenge, you will use command-line tools to list, create, and delete partitions on a disk with both MBR and GPT partition tables. This is a crucial skill for local storage configuration.
Red Hat Enterprise Linux

Locate and Interpret System Log Files
In this challenge, you will learn how to navigate the Linux file system, identify the locations of various log files, and extract relevant information from them.
Red Hat Enterprise Linux

Locate Setuid Files
Discover how to locate and list setuid files on Red Hat Enterprise Linux 9, a crucial skill for the RHCSA 9 exam. Practice using the find command to identify special executables that run with the permissions of the file owner. Master file permission management and enhance your system security knowledge through this hands-on challenge.
Red Hat Enterprise Linux

Find and Retrieve Container Images From a Remote Registry
In this challenge, you will learn how to find and retrieve container images from a remote registry, which is a crucial skill for managing containers in a production environment.
Red Hat Enterprise Linux

Install and Update Software Packages
In this challenge, you will learn how to install and update software packages on a Red Hat Enterprise Linux system.
Red Hat Enterprise Linux

Inspect Container Images
In this challenge, you will learn how to inspect container images using the podman command-line tool, including identifying the base image, listing the layers, inspecting the metadata, and verifying the integrity of the image.
Red Hat Enterprise Linux

Create Shell Scripts to Process Command Output
In this challenge, you will learn how to create a simple shell script that processes the output of shell commands.
Red Hat Enterprise Linux

Create Shell Scripts With Loops
In this challenge, you will learn how to create a simple shell script that uses looping constructs to process file or command-line input.
Red Hat Enterprise Linux

Create Shell Script With Inputs
In this challenge, you will learn how to create a simple shell script that can accept and process input parameters.
Red Hat Enterprise Linux

Create and Manipulate Symbolic Links
Practice creating and manipulating symbolic links (soft links) in a Linux system, an essential skill for the RHCSA certification exam. Learn to create, modify, and understand the behavior of symbolic links when target files are removed.
Red Hat Enterprise Linux

Implement Hard Links in Linux
Create and manipulate hard links in a Linux file system, understanding their properties and behavior. Explore how hard links share the same inode and content across multiple file names.
Red Hat Enterprise Linux