Chapter 1 Flashcards
Shell
Program that accepts and interprets text-mode commands and provides an interface to the system
4
Environment variables
placeholders for data that may be useful to many programs
4
bash
most common default shell for user accounts
4
sh
the Bourne shell
4
tcsh
based on csh (a C shell). No major distros. similar to bash
5
csh
the original C-shell
5
ksh
the Korn shell. Bourne shell and the C shell extended
5
zsh
the Z shell takes the Korn shell to the next level
5
2 types of default shells
default interactive shell
default system shell
5
/bin/sh
a pointer to the system’s default system shell
5
uname
command showing which OS is being run
6
cd
change directory
6
~
home directory
6
echo
displays the text that you enter
7
time
tells you how long the system took to execute a command
7