A list of file path locations and commands for Raspian (Raspberry Pi)
What | Location |
---|---|
WiFi Passwords | /etc/wpa_supplicant/wpa_supplicant.conf |
Startup Services | /lib/systemd/system/sample.service |
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 |