Linux Fundamentals (THM).1 Flashcards
1
Q
outputs any text we provide
A
echo
2
Q
what user we’re currently logged in as
A
whoami
3
Q
concantenate/output
A
cat
4
Q
print working directory
A
pwd
5
Q
list current working directory
A
ls
6
Q
change current working directory
A
cd
7
Q
find specific files using their name
A
find -name
8
Q
search contents of a file that an IP address has visited
A
grep
9
Q
Which operator allows us to execute commands in the background?
A
&
10
Q
operator for making lists of commands
A
&&
11
Q
ouput redirector
A
>
12
Q
Ouput appending redirector
A
> >