MyWebsite Bootstrap

Raspberry Pi commands

28 Jun 2022 - Gengar

Commands

Install the “at” package
sudo apt-get update
sudo apt-get install at

Check the current version of Raspberry Pi OS
cat /etc/os-release

Update all installed packages
sudo apt-get update
sudo apt-get upgrade

Check the available disk space
df -h

List all connected USB devices
lsusb

Reboot the Raspberry Pi
sudo reboot

Shutdown the Raspberry Pi
sudo shutdown -h now

Reference

  1. Raspberry Pi Documentation
  2. Raspberry Pi Forums
Tags: #Raspberry Pi #useful commands