Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 918 Bytes

raspian-locations-commands.md

File metadata and controls

25 lines (18 loc) · 918 Bytes

Raspian Locations and Commands 🥧

A list of file path locations and commands for Raspian (Raspberry Pi)

Locations of Things

What Location
WiFi Passwords /etc/wpa_supplicant/wpa_supplicant.conf
Startup Services /lib/systemd/system/sample.service

Helpful Commands

What Command
Python version python --version
Shutdown sudo shutdown -h now
Reboot sudo reboot
View python scripts running pgrep -af python
Kill process sudo kill -9 [pid]
Set WiFi Network Passwords sudo vim /etc/wpa_supplicant/wpa_supplicant.conf

Home | Setup eduroam on RPi 3 | Raspberry Pi Advanced