Lists files and their permissions, time stamps, owner and group owner
ls -l
The command used to change directories to the logged on user's home directory
cd ~
What was the most download distribution, according to Distrowatch, before being overtaken by Manjaro
Mint
chmod 755
rwxr-xr-x
Redirects the output of one command as input to another command.
Pipe '|'
/opt
What distro is attributed as the open source version of RedHat?
CentOS
Numeric value for rwxrw-r--
764
head -n 25
Directory used as the root user's home directory
/root
There are two primary classes of Linux Distros... name one.
Red Hat or Debian
chmod a=rwx,g-w,o-wx
754
Command to append the number 1 to the file file.txt
Most configuration files (*.conf) are kept here
/etc
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
The default permissions for files within a directory.
644
Command to display a text file in reverse order.
tac
Log files, email and spoolers are found in this parent directory.
/var
The primary difference between a server distro and a workstation distro
The utilities packaged with the distro
Permissions for a file when linked.
Same as original