Script started on Mon Aug 24 18:36:20 2026 macbook:Desktop> ssh mweeks@snowball.cs.gsu.edu mweeks@snowball.cs.gsu.edu's password: Creating home directory for mweeks. Last login: Thu May 14 16:53:20 2026 from 131.96.43.141 + | GSU Computer Science | Instructional Server | SNOWBALL.cs.gsu.edu + [mweeks@gsuad.gsu.edu@snowball ~]$ ls [mweeks@gsuad.gsu.edu@snowball ~]$ echo "echo hello" > sayhello [mweeks@gsuad.gsu.edu@snowball ~]$ ls sayhello [mweeks@gsuad.gsu.edu@snowball ~]$ ls -lm sayhello [mweeks@gsuad.gsu.edu@snowball ~]$ ls -l total 4 -rw-rw-r--. 1 mweeks@gsuad.gsu.edu mweeks@gsuad.gsu.edu 11 Aug 24 18:41 sayhello [mweeks@gsuad.gsu.edu@snowball ~]$ echo try to execute it try to execute it [mweeks@gsuad.gsu.edu@snowball ~]$ ./sayhello -bash: ./sayhello: Permission denied [mweeks@gsuad.gsu.edu@snowball ~]$ chmod 700 sayhello [mweeks@gsuad.gsu.edu@snowball ~]$ ls -l total 4 -rwx------. 1 mweeks@gsuad.gsu.edu mweeks@gsuad.gsu.edu 11 Aug 24 18:41 sayhello [mweeks@gsuad.gsu.edu@snowball ~]$ ./sayhello hello [mweeks@gsuad.gsu.edu@snowball ~]$ exit logout Connection to snowball.cs.gsu.edu closed. macbook:Desktop> exit Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. Deleting expired sessions... 16 completed. Script done on Mon Aug 24 18:44:41 2026