Talking to the machine

14 terms in this category.

bash
One of the most common shells. The default on most Linux machines and older Macs.
cd
also: change directory
A command that moves you into a different folder.
command line
also: CLI
The method of controlling a computer by typing commands instead of clicking buttons.
directory
also: folder
Another word for folder.
file path
also: path
The address of a file on your computer.
grep
A command that searches through text files for a word or phrase.
home directory
Your personal base folder on the computer, where your files live by default.
ls
also: list
A command that shows you what's in the folder you're currently in.
mkdir
also: make directory
A command that makes a new folder.
pwd
also: print working directory
A command that tells you which folder you're currently standing in.
shell
The program inside your terminal that reads what you type and runs it. Bash and zsh are both shells.
sudo
A word you put in front of a command to run it with admin powers.
terminal
also: command line, console
The window where you type instructions to your computer instead of clicking.
zsh
also: Z shell
Another common shell, very similar to bash. The default on modern macOS.