Untitled

 avatar
filthyape
plain_text
14 days ago
1.7 kB
2
Indexable
Never
Mon Sep 30 10:03:38 AM EDT 2024
    1  shutdown -h now
    2  sudo -i
    3  lab start cli-review
    4  date
    5  ls
    6  pwd
    7  date > /home/student/CSE341Lab3.txt; history >> /home/student/CSE341Lab3.txt; lab grade files-review >> /home/student/CSE341Lab3.txt; mv /home/student/CSE341Lab3.txt /home/student/Downloads/CSE341Lab3_{StudentNumber}.txt;
    8  date
    9  lab start cli-review
   10  date
   11  date +%R
   12  pwd
   13  file ./zcat 
   14  wc  ./zcat 
   15  head ./zcat
   16  tail ./zcat 
   17  tail -n 20 ./zcat 
   18  date +%R
   19  lab grade cli-review
   20  date > /home/student/CSE341Lab3.txt; history >> /home/student/CSE341Lab3.txt; lab grade files-review >> /home/student/CSE341Lab3.txt; mv /home/student/CSE341Lab3.txt /home/student/Downloads/CSE341Lab3_{StudentNumber}.txt; 
   21  lab start files-review
   22  ssh student@serverb
   23  lab start files-review
   24  lab grade files-review
   25  date > /home/student/CSE341Lab3.txt; history >> /home/student/CSE341Lab3.txt; lab grade files-review >> /home/student/CSE341Lab3.txt; mv /home/student/CSE341Lab3.txt /home/student/Downloads/CSE341Lab3_{StudentNumber}.txt;

Grading lab.

 · Checking lab systems .............................................. | SUCCESS
 · Checking files in the chapters directory .......................... | SUCCESS
 · Checking files in the editor directory ............................ | SUCCESS
 · Checking files in the season1 directory ........................... | SUCCESS
 · Checking files in the season2 directory ........................... | SUCCESS
 · Checking that the hard link is correctly created .................. | SUCCESS

Overall lab grade: PASS
Leave a Comment