Skip to content

ehabdevel/Linux_Commandline_Tutorial

 
 

Repository files navigation

First steps on the Linux Command Line

Tux

What this tutorial is about?

This tutorial lets you learn the basics of the Linux command line. You can learn commands to navigate directories, manipulate files and start other programs. If you have no previous experience with Unix-like systems or know a few commands but would like to know more, this tutorial is for you.

Prerequisites

This tutorial was prepared for Ubuntu Linux, but it works on MacOS, Cygwin and the Git bash as well, given that Python 3 is installed on your system.

Preparations

  • Copy the file Exercises.zip from https://github.com/krother/Linux_Commandline_Tutorial/raw/master/Exercises.zip) to a computer with Ubuntu (or some other Linux) installed.

  • Unzip the file.

  • Type:

    chmod -R a+x unix_tutorial/ chmod -R a-x unix_tutorial/exercise6/check_permissions

  • Explain trainees how to open a Unix shell

  • Make this tutorial and a ‘Unix/Linux Command Reference’ document available (see PDFs in exercise material).

Your Task

In this tutorial, you will be looking for a word with 22 characters. All characters are hidden in the exercises below. All exercises can be solved using the Unix command line.

solution.png

License

(c) 2010 Dr. Kristian Rother

This tutorial is published under the Creative Commons Attribution Share-alike License 4.0

You can find the full sources on https://github.com/krother/Linux_Commandline_Tutorial.

About

If you have no previous experience with Unix-like systems or know a few commands but would like to know more, this tutorial is for you.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%