D
ictionaryof
Vibes
.com
Full Index
Categories
Tip Jar
T
alking to the machine
14 terms in this category.
b
ash
One of the most common shells. The default on most Linux machines and older Macs.
c
d
also: change directory
A command that moves you into a different folder.
c
ommand line
also: CLI
The method of controlling a computer by typing commands instead of clicking buttons.
d
irectory
also: folder
Another word for folder.
f
ile path
also: path
The address of a file on your computer.
g
rep
A command that searches through text files for a word or phrase.
h
ome directory
Your personal base folder on the computer, where your files live by default.
l
s
also: list
A command that shows you what's in the folder you're currently in.
m
kdir
also: make directory
A command that makes a new folder.
p
wd
also: print working directory
A command that tells you which folder you're currently standing in.
s
hell
The program inside your terminal that reads what you type and runs it. Bash and zsh are both shells.
s
udo
A word you put in front of a command to run it with admin powers.
t
erminal
also: command line, console
The window where you type instructions to your computer instead of clicking.
z
sh
also: Z shell
Another common shell, very similar to bash. The default on modern macOS.