Skip to content

Unix introduction review

Nik Martelaro edited this page Oct 7, 2018 · 2 revisions

The Raspberry Pi is a full computer, and it is possible to run it with a graphical user interface (GUI). However, we will primarily be interacting with the Pi via a command line interface. Underneath it's GUI, your computer also uses a command line interface. Let's start out with reviewing a few basic UNIX commands that we will be using throughout this tutorial on our own familiar laptops.

  1. Open a terminal.

  2. Examine the command prompt

  3. ls - List the contents of your current directory

  4. cd - Change directories

  5. cat - Print a file

  6. pwd - Print Working Directory

  7. sudo - Act as a Super User

  8. Other Unix commands

    Here is a Unix cheatsheet that shows other basic commands worth knowing about.

IxE Workshop

For Novices

  1. Unix command review

  2. Hello You Introduction

  3. Log on to your IxE

  4. IxE overview

  5. Run the Hello You example

  6. Understanding Hello You

  7. Logging Out & Shutting Down

Post Novice
0. Logging in as Pi

  1. Preview the larger IxE image
  2. [Project Ideas](Project Ideas)

Also [Related Links](Related Links)

Clone this wiki locally