What command pulls up a metric that shows how long your system has been running?
[uptime]
What is displayed with [free]?
Displays the amount of free and used memory in a system.
What command outputs a snapshot of your system’s current processes?
[ps] (ps -A for comprehensive list)
What is outputted when you input [df]?
A report of file system disk space usage
What command allows you to manipulate the disk partition table?
[fdisk] (You will probably have to run a sudo argument before the command to get permissions)
What is outputted with [lsblk]?
A list of blocked devices
What command is used to show Linux processes?
[top] or [htop]
(htop has a better looking GUI)