Dev Etymology

The origin and meaning of programming terms and commands.

sudo

super user do

command

Allows a permitted user to execute a command with elevated privileges.

      sudo apt update
    

⚠️ Use with care — this command can modify critical system files.

bash

Bourne Again Shell

shell

A Unix shell and command language, named as a pun on the Bourne shell.

      bash --version