Bascis Flashcards
Command Line Basics
most popular Linux shell
bash
Command Line Basics
output text on the terminal
echo
Command Line Basics
list contents of directory
ls
Command Line Basics
show specific command is executed
type
Command Line Basics
Create an empty file or update an existing file’s modification date.
touch
Command Line Basics
Bash Shell
Bourne-again shell
Command Line Basics
ssh or tcsh - enhanced csh
C shell
Command Line Basics
ksh
Korn shell
Command Line Basics
zsh
Zshell
Command Line Basics
name of user running shell
username
Command Line Basics
name of the host on which shell runs
hostname
Command Line Basics
directory that shell is currently in
current_directory
Command Line Basics
this symbol ~
home directory
Command Line Basics
shell_type indicates run by regular user
$
Command Line Basics
shell_type indicates run by root user
#