Commands
/Directories
Distributions
File Permissions
100

Lists files and their permissions, time stamps, owner and group owner

ls -l

100

The command used to change directories to the logged on user's home directory

cd ~

100

What was the most download distribution, according to Distrowatch, before being overtaken by Manjaro

Mint

100

chmod 755

rwxr-xr-x

200

Redirects the output of one command as input to another command.

Pipe '|'

200
Directory primarily used to store programs

/opt

200

What distro is attributed as the open source version of RedHat?

CentOS

200

Numeric value for rwxrw-r--

764

300
Command to display the 1st 25 lines of a text file.

head -n 25

300

Directory used as the root user's home directory

/root

300

There are two primary classes of Linux Distros...  name one.

Red Hat or Debian

300

chmod a=rwx,g-w,o-wx

754

400

Command to append the number 1 to the file file.txt

echo '1' >> file.txt
400

Most configuration files (*.conf) are kept here

/etc

400

Ubuntu Linux comes in both Workstation and Server versions.  What, primarily is not included in the Server distro that comes with the Workstation distro?

X-windows

400

The default permissions for files within a directory.

644

500

Command to display a text file in reverse order.

tac

500

Log files, email and spoolers are found in this parent directory.

/var

500

The primary difference between a server distro and a workstation distro

The utilities packaged with the distro

500

Permissions for a file when linked.

Same as original