Unix Terminal Commands Flashcards
1
Q
man
A
manual access for help
2
Q
sudo
A
super user
switch user DO
3
Q
finger
A
gives more, “pager” , page down
4
Q
less
A
“pager”
5
Q
append
A
append symbol
6
Q
redirect
A
redirect symbol
7
Q
who | wc-l
A
pipes the word count
8
Q
cat
A
concatonation
9
Q
touch
A
create file
10
Q
ls
A
list
11
Q
cp
A
copy
12
Q
mkdir
A
make directory
13
Q
mkdir -p
A
make parent directory
14
Q
mkdir -m
A
make directory
15
Q
rmdir
A
remove directory