Lab 5

Lab 5

In this lab, I will show the following Linux commands:

    1. apt-get update
    2. ping
    3. netstat
    4. wget
    5. locate
    6. gzip
    7. gunzip
    8. tar
    9. zip
    10. unzip

apt-get update

 

The “apt-get update” command in Linux downloads the package lists from the repositories and updates them to get information on the newest versions of packages and their dependencies.

 

gunzip

The “gunzip” command in Linux compress or expand files.

 

gzip

The “gzip” command in Linux reduces the size of the named files using Lempel.

 

locate

The “locate” command in Linux secure locate provides a secure way to index and quickly search for files on your system.

 

netstat

The “netstat” command in Linux print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships.

 

ping

The “ping” command in Linux uses the ICMP protocol’s mandatory ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway

 

tar

The “tar” command in Linux will show this manual page documents the GNU version of tar, an archiving program designed to store and extract files from an archive file known as a tartfile.

 

unzip

The “unzip” command in Linux will literally unzip any file that’s zipped.

 

wget

The “wget” command in Linux is a free utility for non-interactive download of files from the Web.

 

zip

The “zip” command in Linux will literally zip any file the user may want.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Leave a Reply

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