This is the Bash command to change directories
What is cd
This command will allow to switch users
What is "su"
this command is a a dns lookup tool
What is dig
This command will shut down or stop a process
What is kill
This command will print the current working directory
What is pwd
This command navigates up one directory level
What is cd ..
This command will display what ports are open and listening on a server
What is netstat
This command will display the contents of a directory including hidden files
What is ls -a
This command will display other logged in users
What is who
This command creates an empty file.
What is touch
This command will move and/or rename a file
What is mv
This flag when used with the "ls" command sorts the output according to file modification time
What is -t
This command will display who was recently on the computer
What is last
This command will show disk usage
What is df
This command displays the IP address of a server.
What is ifconfig
This command will print the last 15 lines of a file called Comp_Sys
What is tail -15 Comp_Sys
These are the two ways to signify that a string is a command option.
What is "-" or "--"
This user is on all Linux systems, and has virtually unlimited privileges
Who is root
This command displays all of the files in a directory as well as all of the files in all it's subdirectories
What is ls -R
This command will print out a file to standard output.
What is cat