In this lab we learned various commands and applied them to the Linux command terminal. The commands are listed below along with a screenshot and definition of what it does.
Commands:
A. apt-get update: is a command used to install new programs/packages.
B.Ping: commands used to determine if a remote location is reachable.
C. Netstat: is a command used to examine network settings and statistics.
D. Wget: command used to download files.
E. Locate: used to find pathnames of a file.
F. Gzip: used to create a compressed file of one or more files.
G.Gunzip: used to decompress files.
H. Tar: used to archive files.
I. Zip: compresses and archives file(s).
J.Unzip: compresses and archives file(s).