Lab 5
In this lab, I will show the following Linux commands:
- apt-get update
- ping
- netstat
- wget
- locate
- gzip
- gunzip
- tar
- zip
- unzip
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.
The “gunzip” command in Linux compress or expand files.
The “gzip” command in Linux reduces the size of the named files using Lempel.
The “locate” command in Linux secure locate provides a secure way to index and quickly search for files on your system.
The “netstat” command in Linux print network connections, routing tables, interface statistics, masquerade connections, and multicast memberships.
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
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.
The “unzip” command in Linux will literally unzip any file that’s zipped.
The “wget” command in Linux is a free utility for non-interactive download of files from the Web.
The “zip” command in Linux will literally zip any file the user may want.