Exercise 9
Exercise 9
Linux
Objective:
This assignment provides practical experience in using essential Linux system utilities.
You will learn how to monitor system processes, evaluate network health, access a
remote server, transfer files securely, and execute scripts—all crucial skills for Linux
system administration and DevOps roles.
Purpose:
What to Do:
Deliverables:
Purpose:
What to Do:
1. Test the connectivity of the following websites by sending 5 packets each using a
single combined command.
o cnn.com
o bbc.com
o nytimes.com
o reuters.com
3. Identify:
o Loopback interface
o Ethernet interface
Deliverables:
Purpose:
Monitoring system health helps identify potential issues before they become system
failures. This task introduces you to tools for evaluating memory, CPU, and disk usage.
What to Do:
Deliverables:
The following two tasks must be completed inside the CSIT Laboratory on a
Windows Terminal.
The university server does not allow remote SSH/SFTP access from outside campus.
Username: webprog
Password: webprog
Task 4: Accessing and Executing Python Code on the Remote Server (SSH) (4
Points)
What to Do:
1. Open Windows Terminal in the CSIT lab and SSH into ung.graceland.edu.
3. Create a folder with your full name (e.g., john_doe) and move into it.
# mission_script.py
7. After verification:
Deliverables:
Purpose:
SFTP (Secure File Transfer Protocol) is widely used for securely moving files between
systems. This task gives you practice with remote file upload/download operations.
What to Do:
4. Create a folder with your name (e.g., john_doe) and enter it.
5. Upload all files from your local folder to the remote folder.
Deliverables:
📥 Submission Guidelines