In this lab we learn the functions of various commands using a linux terminal. The commands are listed below with a description and screenshot of its behaviour.
command apt-get update: used to update the system packages
command ping: used to see the distance of the inquery
command netstat: used to examine network settings and other various statistics
command wget: used to download files
command locate: used to find pathnames of a file
command gzip: used to create a compressed file of one or more files
command gunzip: used to decompress files
command tar: used to archive files
command zip: compresses and archives file(s)
command unzip: decompresses zip files