This command is used to move or rename files
What is the mv command
This command is used to change the location from where you are located in the filesystem
What is the cd command
This directory holds all of the configurations files
What is /etc
This command is used to copy files into a new location
What is the cp command.
This command lists all files, including hidden files, in the current directory.
What is ls -al.
This is a text editor we used in class
What is nano
This command is used to print the contents of a file.
What is the cat command.
This command is used to place the string in alphabetical or numerical order
What is the sort command
Command, and also service, that allows for secure logins to a remote machine via the terminal.
What is ssh.
This is used to switch between the root user and a regular user
What is su
This command is used to print the contents of a file in the opposite order.
What is the tac command
This command deletes directories
What is the rmdir command
This command is used to list the contents of a directory
What is the ls command
Is used to redirect to standard output (stdout)
What is the redirect metacharacter (>)
Ubuntu, Kali Linux, OpenSUSE would be considered
What are Linux distributions
This command prints your network information
What is the ifconfig command.
This command searches for a string within a text file
What is grep
This command is used to create a text file
What is the touch command
Is a form of redirecting output to another destination for further processing.
What is piping
Three file / directory permissions used in Linux
What is Read, Write, and Execute