CT320 IQ 15
Show Main.IQ15 as a slide show.
scp
Which of these copies the file monster
to pierre
’s
tmp
directory on the system paris
?
scp monster pierre@paris:/tmp
scp monster pierre@paris:tmp
scp monster pierre@paris:~/tmp/
scp monster pierre@paris:$HOME/tmp/
scp monster //pierre@paris/tmp/
scp
What port does scp
use?
egrep ' (21|22|25|53)/tcp' /etc/services
ftp 21/tcp
ssh 22/tcp # The Secure Shell (SSH) Protocol
smtp 25/tcp mail
domain 53/tcp # name-domain server
- 21
- 22
- 25
- 53
- You said not to memorize port numbers.
ssh
How would I change the port that sshd
uses on my system?
- You can’t—what part of standard port do you not understand?
- Modify
~/.ssh/config
- Modify
/etc/ssh/sshd_config
Final Exam
Is the final exam cumulative?
- Yes, it will cover everything in the class.
- No, it will only focus on subjects after the midterm.
- No, it’s supposed to be clear that day.
Final Exam
Where is the final exam?
- CSB 110
- CSB 130
- CSB 246
- CSB 315 & CSB 325
- Clark C 248
CSB 315 & CSB 325
Final Exam
When is the final exam?
- Thursday, December 12, 11:00ᴀᴍ–12:15ᴘᴍ
- Wednesday, December 18, 6:20–8:20ᴀᴍ
- Wednesday, December 18, 6:20–8:20ᴘᴍ
- Tuesday, December 24, 6:20–8:20ᴘᴍ
- There is no final exam.
Wednesday, December 18, 6:20–8:20ᴘᴍ; Don’t try to drive!