Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.03 KB

Get System Information Using Various Commands readme.md

File metadata and controls

13 lines (9 loc) · 1.03 KB

Get System Information Using Various Commands

In exercise one, I used the command uname -r to display the Kernal version of my operating system.

image

In exercise two, I used the command df -h to disk space information. the -h flag makes the output more readable.

image

In exercise three, I used the command free to display the available Memory and Swap Space.

image

In exercise four, the top command was used to display the processes. By default a list of processes is typically sorted by CPU usage.

image