Linux command “echo”
Output any text we provide
Linux command “whoami”
Find out what user we are currently logged in as
Linux command “ls”
Listing
Linux “cd”
Change directory
Linux “pwd”
Print working directory
Password
Print winhex directory
Power dns
Print working directory
Ctrl l
Intercepta message
Clears terminal
Copies terminal
Scans terminal
Clears terminal
Linux command to locate a specific file
Find
Echo
Whoami
Grep
Find
(*) would be used if we want to find a file that has every extension of “.text” or any extension of what we may look for
True
Linux command that allows us to search the contents of files for specific values that we are looking for
Cat
Grep
(*)
Find
Grep
What Linux command would you use if you wanted to see everything IP address “81.143.211.90” has visited from a web server’s access log?
Ls
Find
Grep
Cat
grep “81.143.211.90” access.log
Operator that allows you to run commands in the background of your terminal
Cd
..
&
>
&
Operator allows you to combine multiple commands together in one line of your terminal
Cd
..
&&
>
&&
Operator that is a redirector that takes the out put from a command (like cat) and directing it elsewhere
Cd
&
&&
>
>
> > does the same function of > operator but appends the output rather than replacing (meaning nothing is overwritten)
True
SSH, username and ip address are the steps to what?
Log into a remote machine using ssh
SSH tryhackme@10.10.100.104
Lists possible options that the command accepts and provides a brief example on how to use
Source of information for system commands and applications available on a Linux machine
Ls
Man
- -help
Echo
man (manual)
Man ls
Flag to display output in a human readable way
man
Ls
-h
- -h
-h
Create file
Touch
Mkdir
Cp
Mv
Touch
Create a folder in Linux
Touch
Mkdir
Cp
Mv
Mkdir
Copy a file or folder
Touch
Mkdir
Cp
Mv
Cp
Move a file or folder Linux command
Touch
Mkdir
Cp
Mv
Mv
Linux command to remove a file or folder
Rm
Mv
Mkdr
Ctrl l
Rm
Determines the type of of file
Touch
Mkdir
Cp
File
File