Lab 5

Linux Commands

apt-get update Command

Used to update the system package.

apt-getupdate

ping Command

Used to determine if a remote location can be reached.

ping

netstat Command

This displays various network settings and status.

netstat

wget Command

Used to download files.

wget

locate Command

Used to perform a search of pathnames containing the substring entered.

locate

gzip Command

Used to compress one or more files.

gzip

gunzip Command

Used to decompress files.

gunzip

tar Command

Used to archive files.

tar

zip Command

Can be used to both compress and archive

zip

unzip Command

Used to decompress a zipped file.

unzip

 

Leave a Reply

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