Script started on Mon Aug 25 18:05:53 2025 mweeks@air:Desktop$ ssh mweeks@hallertau.cs.gsu.edu mweeks@hallertau.cs.gsu.edu's password: Welcome to Ubuntu 20.04.6 LTS (GNU/Linux 5.4.0-216-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/pro System information as of Mon 25 Aug 2025 06:07:03 PM EDT System load: 0.0 Processes: 254 Usage of /home: 63.5% of 147.09GB Users logged in: 0 Memory usage: 21% IPv4 address for ens160: 131.96.155.250 Swap usage: 4% * Ubuntu 20.04 LTS Focal Fossa has reached its end of standard support on 31 Ma For more details see: https://ubuntu.com/20-04 + | GSU Computer Science | Faculty Research Server | HALLERTAU.cs.gsu.edu + No mail. Last login: Mon Aug 25 17:12:02 2025 from 131.96.223.36 mweeks@hallertau:~$ echo hello hello mweeks@hallertau:~$ echo how are you how are you mweeks@hallertau:~$ echo "how are you?" how are you? mweeks@hallertau:~$ echo "how are you!" how are you! mweeks@hallertau:~$ vi example2 mweeks@hallertau:~$ ls -l example2 -rw-rw-r-- 1 mweeks mweeks 37 Aug 25 18:10 example2 mweeks@hallertau:~$ ls example2 example2 mweeks@hallertau:~$ cat example2 doberman husky corgi german shepherd mweeks@hallertau:~$ ls example* example2 mweeks@hallertau:~$ exit logout Connection to hallertau.cs.gsu.edu closed. mweeks@air:Desktop$ ls -l example* -rw-r--r-- 1 mweeks staff 51 Aug 25 12:29 example1 mweeks@air:Desktop$ cat example1 apple orange banana pumpkin kiwi cantaloupe grapes mweeks@air:Desktop$ sftp mweeks@hallertau.cs.gsu.edu mweeks@hallertau.cs.gsu.edu's password: Connected to mweeks@hallertau.cs.gsu.edu. sftp> ls example* example2 sftp> lls examp* example1 sftp> put example1 Uploading example1 to /home/mweeks/example1 example1 100% 51 3.1KB/s 00:00 sftp> ls example* example1 example2 sftp> get example2 Fetching /home/mweeks/example2 to example2 /home/mweeks/example2 100% 37 0.2KB/s 00:00 sftp> lls example* example1 example2 sftp> ls example* example1 example2 sftp> ls -l example* -rw-r--r-- ? 1000 1000 51 Aug 25 18:17 example1 -rw-rw-r-- ? 1000 1000 37 Aug 25 18:10 example2 sftp> lls -l example* -rw-r--r-- 1 mweeks staff 51 Aug 25 12:29 example1 -rw-r--r-- 1 mweeks staff 37 Aug 25 18:18 example2 sftp> quit mweeks@air:Desktop$ exit exit Script done on Mon Aug 25 18:22:27 2025