Commonly used commands for Raspberry Pi

Опубликовано: 20 Май 2026
на канале: Crazy Will Tech Show (Crazy Will Tech Show)
421
19

On this episode of Crazy Will Tech Show, I show you commonly used commands for a Raspberry Pi. I've wanted to make this video for awhile now. I have several raspberry pies. The zero w, 1, 4 and 2 3s. I've done several projects like Home assist, Home bridge, HOOBs, retro pie, Octoprint, media vault, and many many others. I have gotten quite proficient using Linux commands l, which you use to run and use the raspberry pi operating system. I show you the basic commands and some not so basic ones so you can get any project done that you're looking to get started. These are the roadblocks that I hit when I was trying to learn how to program a raspberry pi. Simple things like how to get root access, make a file, make a directory, how to delete them, and how to navigate the operating system. If you are looking for good tutorial on the basics of programming a raspberry pi this video is for you. So let me show you the commonly used commands for Raspberry Pi.

Raspberry Pi OS
https://www.raspberrypi.com/software/

putty software use
https://www.putty.org

Videos I mentioned

Raspberry ip playlist
   • Raspberry ip  

How to set up raspberry pi with wifi and ssh
   • How to set up raspberry pi with wifi and ssh  

Raspberry pi cheat sheet

Look up ip = sudo ifconfig

ssh = ssh [email protected]

get update = sudo apt-get update

get upgrade = sudo apt-get upgrade

Both at same time = sudo apt update && sudo apt upgrade

reboot = sudo reboot

root = sudo su

login = sudo login

Raspberry pi settings = sudo raspi-config

list via = ls

change directory = cd

make file = sudo nano (file or directory)

remove file = rm

copy a file = sudo cp (file name new file name)

see directory = pwd

make diretrary = mkdir

remove directory = sudo rm -rf