Select Page

ABIOLA RASP – Raspberries for African School Projects

Wie können wir helfen?

< Alle Themen
Print

Useful terminal commands

no-048 au-05

Information

Please note that Raspberry Pi OS is changing constantly and by the time you are reading this instruction your menu could be visually different. Don’t worry the functionality is pretty much the same.

Here are few useful commands that you can use.

List all attached USB devices

Open a terminal and type:

lsusb

  1. Command field
  2. Information

View your IP address

Open a terminal and type:

ifconfig

  1. Command field
  2. Information

View current date and time

Open a terminal and type:

date

  1. Command field
  2. Information

Change the current date and time

Open a terminal and type:

sudo date -s “20 FEB 2020 18:00:00”

Or whatever date and time you would like in this format.

  1. Command field
  2. Information

Shutdown your Raspberry Pi

It’s never a good idea to unplug it directly.

Open a terminal and type:

sudo shutdown

  1. Command field
  2. Information
Inhaltsverzeichnis