Mastering The Unix Shell

Learn how to use the Unix command-line from scratch and take your developer’s career to the next level.

Hello everyone, my name is Razvan, I’m a senior back-end engineer and online instructor and in this course I will teach you how to become a master of the Unix shell.

What you’ll learn

  • How to read and build commands.
  • How to navigate the Unix filesystem.
  • How to use expansions.
  • How to manipulate files and directories.
  • How to redirect a command’s input and output.
  • How to use in-terminal text editors.
  • How to use package managers.
  • How to create users, groups and control access rights.
  • How to control several processes.

Course Content

  • Introduction –> 2 lectures • 4min.
  • Working with commands –> 4 lectures • 13min.
  • Quoting, escaping and expanding –> 3 lectures • 7min.
  • Navigating the filesystem –> 3 lectures • 11min.
  • Manipulating files and directories –> 5 lectures • 16min.
  • Input/output redirections –> 4 lectures • 11min.
  • In-terminal text editors –> 6 lectures • 13min.
  • The shell environment –> 1 lecture • 4min.
  • Utilities and package managers –> 3 lectures • 8min.
  • Users, groups and permissions –> 6 lectures • 12min.
  • Job control –> 2 lectures • 5min.
  • Conclusion –> 1 lecture • 1min.

Mastering The Unix Shell

Requirements

  • Basic knowledge on how to use a computer and its programs..

Hello everyone, my name is Razvan, I’m a senior back-end engineer and online instructor and in this course I will teach you how to become a master of the Unix shell.

 

Although it’s true that the graphical user interface dramatically simplifies our personal day to day use of computers, to navigate through folders, edit files and install software… the shell, beyond providing an outstanding level of control over the operating system, still proves to this day to be the best and sometimes only option to perform most of our tasks as developers.

 

Indeed, using a shell is, often the only way to run certain programs or to connect to distant computers, as tools like Git or Linux servers don’t provide a graphical interface.

 

This course is indeed going to cover a lot of topics and concepts but no worries, I don’t assume you already know what a terminal, a command-line or text editor is — so we’ll go through all of it, step by step.

 

All you need, is a computer or a virtual machine running either on Linux or MacOS.

 

And because theory is not enough, you will find practical exercises throughout each lecture to make sure the concepts you learn really stick with you.

Get Tutorial