LAB 5

In this lab we learn some commands: apt-get update, ping,  netstat , wget, locate, gzip , gunzip, tar, zip, unzip.

apt-get update:

apt-get update  is a command that automatically update your Linux machine and get and install packages and programs.

 

Apt-get update 1 Apt-get update 2

 

ping:

ping is a command that checks the IP of a certain destination and check all networking problems, statistics, etc.

ping

 

netstat:

netstat is a command that check your computer connectivity with the internet.

 

netstat

 

wget:

wget is a command that can download files from the internet. and operate in the background.

 

wget

 

locate:

locate is a command to locate and file or directory.

 

locate

 

gzip:

is a command to compress a file.

 

gzip

 

gunzip:

Is to decompress a file.

 

gunzip

 

tar:

Is to archive files. Is also use to back up files in that form.

 

tar

 

zip:

just like gzip but this time it file it also.

 

zip

 

unzip:

It decompress it and file it at the same time.

 

unziping

 

 

 

 

 

 

 

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *