RHCSA Rapid Track
Course update
An updated version of this course is available that uses a newer version of Red Hat Enterprise Linux in the lab environment. Therefore, the RHEL 9.0 version of the lab environment will retire on December 31, 2024. Please complete any work in this lab environment before it is removed on December 31, 2024. For the most up-to-date version of this course, we recommend moving to the RHEL 9.3 version.
Files on a Linux system are organized into a single inverted tree of directories, a file-system hierarchy.
Absolute paths start with a forward slash character (
/) and specify the location of a file in the file-system hierarchy.Relative paths do not start with a forward slash character.
Relative paths specify a file location in relation to the current working directory.
You can use commands in combination with the dot (
.), double dot (..), and tilde (~) special characters to refer to a file location in the file system.The
mkdir,rmdir,cp,mv, andrmcommands are key commands to manage files in Linux.Hard links and soft links are different ways for multiple file names to point to the same data.
The Bash shell provides pattern matching, expansion, and substitution features to help you to run commands efficiently.
Lab Controls
Click CREATE to build all of the virtual machines needed for the classroom lab environment. This may take several minutes to complete. Once created the environment can then be stopped and restarted to pause your experience.
If you DELETE your lab, you will remove all of the virtual machines in your classroom and lose all of your progress.