Linux Bash Utilities
We will learn about useful utilities in the Linux shell (Bash)!
StartLinux Shell Utilities
Lesson 1 of 1
- 1In this lesson, we will be introducing you to a variety of Bash commands to handle specific needs such as: - Documentation: the Linux shell can be a daunting place for a beginner. Thankfully it…
- 2Linux provides many ways to access documentation for other commands! Before we had the ability to use search engines to look up any questions we had, offline documentation was our only point of ref…
- 3Chances are you’ve come across archived or compressed files and downloaded them. To interact with them through the command line, the Linux shell comes standard with many [compression / decompressio…
- 4Archiving allows us to consolidate multiple files or directories into a single archived file. Two of the popular archive commands on Linux, zip and tar…
- 5What makes tar powerful is that we can combine it with the compression utilities we discussed in a previous exercise to create a compressed archive. tar with the -c and -f options relate to archivi…
- 6Almost every computer in the world is now connected to a network. The Linux shell makes it easy to communicate with content on the Internet from the command line, and for the user to check on impor…
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory