Linux: System Information and Directory Structure Tools (2017)
1h 34mBeginner2017-03-09
Authors

Grant McWilliams
Consultant, Speaker, Writer, Professor, Developer
Course details
Managing the Linux operating system can be a complex task. In this course, instructor and Linux enthusiast Grant McWilliams dives into the Linux directory structure and provides you with a primer on basic tools and command-line text editing. He covers querying the operating system for hardware, OS, and user information. He explains how to identify directories, discover each directory's purpose, and how to navigate and search the Linux filesystem using commands. Plus, find out how to archive and compress files using gzip, tar, and other tools, and edit files using Vim and nano text editors.
Learning objectives
Distinguish the difference between the –help option and the output of the man command.
Define what the uptime command is used for.
Compare the more command with the less command.
State which compression algorithm is built into the tar command.
Write where all operating system files in Linux are stored.
List the three mods in vi.
Learning objectives
Distinguish the difference between the –help option and the output of the man command.
Define what the uptime command is used for.
Compare the more command with the less command.
State which compression algorithm is built into the tar command.
Write where all operating system files in Linux are stored.
List the three mods in vi.
Skills covered
Cloud FoundationsLinuxNetwork AdministrationNetwork and System AdministrationCloud ComputingOpen Source
Concepts
0. Introduction
- 01 - Welcome
- 02 - What you'll need
1. Getting Help
- 03 - Learn Linux command syntax
- 04 - Get help on the CLI
- 05 - Get help on the GUI
- 06 - Find help online
2. Using Basic Commands
- 07 - Gather operating system information
- 08 - Gather hardware information
- 09 - Login commands
- 10 - Time and date
- 11 - Locale and date tools
- 12 - View files
- 13 - Search within a file
- 14 - Archive files
- 15 - Compress files
3. Navigating File Systems
- 16 - List files
- 17 - Understand file system paths
- 18 - Explore the Linux file system
- 19 - Find files with locate
- 20 - Find files with find
4. Editing Text
- 21 - Get familiar with nano
- 22 - An introduction to Vim
- 23 - Edit text in Vim
- 24 - Search and replace in Vim
Conclusion
- 25 - Next steps