Lab 5

the apt – get update command is used to update the system package.

1

the ping command is used to determine if a remote location can be reached.

2

the netstat command displays various network settings and status.

3

the command wget is used to download files.

4

The command locate is used to perform a search of pathnames containing the substring entered.

5

The command gzip is used to compress one or more files.

gzip

The command gunzip is used to decompress files.

gunzip

The command tar is used to archive files.

tar

The command zip can be used to both compress and archive

zip

The command unzip is used to decompress a zipped file.

unzip