PDF Version Available

This document is also available in PDF format: networking.pdf

The PDF version includes bookmarks for easy navigation and is optimized for printing.

Accessibility Notice

This document is also available in HTML format at:

https://aholdengouveia.name/IntroLinux/labs/networking.html

The HTML version provides enhanced accessibility features including keyboard navigation, screen reader support, responsive design, dark mode support, and high contrast options.

Objectives:

Complete the following problems

References, a video, a PowerPoint and some notes are available at my website https://www.aholdengouveia.name/IntroLinux/networking.html

Networking

You are going to use two basic commands ping and ifconfig or ip a

  1. ping Google.com Was ping successful? What was the result? Take a screenshot
  2. ping CNN.com Was ping successful? What was the result? Take a screenshot
  3. Use ifconfig or ip a What does it show you? Use man to see what other useful things one of those can do

File Permissions

Create a subdirectory for this lab and put several files in it either using cp or touch

  1. Everyone can read and write but not execute
  2. Owner has full permissions but everyone else can only read
  3. No one can do anything including the owner
  4. Owner and group have read and write permission, public only has read
  5. Owner can read and execute but not write, everyone else can read\\

Use ls -l to show results, take a screenshot and include in report

Pick one file and explain the permissions in your own words in the lab report

Deliverables