Note: LinkedIn Learning has many great tutorials on a variety of subjects, especially tech related. The Learn the Linux Command Line course is a good intro. It covers much of the same content that TLCL text does. But it also provides some different tools, different views and more practice. That said, this is optional.
Accessing LinkedIn Learning
From the e-learning page, click the LinkedIn Learning link and login with your GatorLink.
Then either click on this link, or search for the course Learning the Linux Command Line. This LinkedIn Learning tutorial will go over some basic Linux command line usage.
A few notes
Section 1: Setting up your environment
You can use a GitHub Codespace as described in the first video of this section.
Part 3: Files, Folders and Permissions
Tip: In the same video, the presenter goes into how to use the backslash to escape the space in a folder name. While you can do this, it is rally a pain in the neck and I would HIGHLY recommend that you just not use spaces in your file or folder names.
In part 3, you can skip the “Understanding user roles and sudo” video as you won’t be able to do those–you do not have permission to change to the root user.
Part 5: A Peek at Some More Advanced Topics
You do not need to do Part 5.