1 / 10

Week Fourteen Agenda

Week Fourteen Agenda. Announcements Final Exam True/False -100 questions (1 point per question) Multiple Choice - 40 questions (2 points per question) Essay -10 questions (2 point per question) Final Exam Total Points 200

astrid
Télécharger la présentation

Week Fourteen Agenda

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Week Fourteen Agenda Announcements Final Exam True/False -100 questions (1 point per question) Multiple Choice - 40 questions (2 points per question) Essay -10 questions (2 point per question) Final Exam Total Points 200 Review multiple choice and essay type questions this session for the final exam If there are problems associated with taking the exam, call me at 614.519.5853 and be persistent.

  2. Week Fourteen Agenda AgendaWeek Fourteen July 30, 2013 Open Source presenter(s) are: 1.Student name: Tina Best Open source topic:: Fog (week 14) 2. Student name: Tara Paider Open source topic: Gephi (week 14) 3. Student name: Scott Reed Open source topic: Android (week 14) 4. Student name: Tom Bebo Open source topic: Pure FTPd (week 14 ) 5. Student name: Colin Ritchason Open source topic: Wireshark (week 14)

  3. Week Fourteen Agenda AgendaWeek Fourteen July 30, 2013 Open Source presenter(s) are: 6. Student name: Kevin Hoover Open source topic: Filezilla (week 14) 7. Student name: Jesse Vanslyke Open source topic: Drupal (week 14) 8. Student name: Kate Elbert Open source topic: Apache Web Server (week 14) 9. Student name: Ray Carter Open source topic: Eclipse (week 14) 10. Student name: Lauren Middleton Open source topic: Amaya (week 14)

  4. Week Fourteen Agenda Final Exam Questions When a child process ends, a SIGCHLD signal is sent to the parent process from the kernel indicating their child exited (True). When a child process ends, the kernel sends a SIGCHLD signal to the parent. If the parent responses immediately with a wait () system call, all memory and resources allocated to the process are de-allocated (True). To remove a zombie process from a system, the kernel sends a SIGHUB signal to the parent process (False). The /etc/inittab file for RHEL 6.0 does not contains a list of run levels that can be used during the boot process. (True) Would the initdefault run level variable be found in the /etc/inittab file for RHEL 6.0? (True)

  5. Week Fourteen Agenda Final Exam Questions The wait action keyword is used when a specific run level is entered for action. (True) The respawn action keyword is used to re-start a process whenever it has terminated. (True) When the system run level is changed, any running processes that are not specified for the new run level are killed. The unwanted processes are first sent a SIGTERM signal, then a SIGKILL signal. (True) The runlevel is changed by having a privileged user run telinit, which sends appropriate signals to init, telling it which runlevel to change to.

  6. Week Fourteen Agenda Linux Signals are: Signal Name Number Description SIGHUP 1 Hangup (POSIX) SIGINT 2 Terminal interrupt (ANSI) SIGQUIT 3 Terminal quit (POSIX) SIGILL 4 Illegal instruction (ANSI) SIGTRAP 5 Trace trap (POSIX) SIGIOT 6 IOT Trap (4.2 BSD) SIGBUS 7 BUS error (4.2 BSD) SIGFPE 8 Floating point exception (ANSI) SIGKILL 9 Kill(can't be caught or ignored) (POSIX) SIGUSR1 10 User defined signal 1 (POSIX) SIGSEGV 11 Invalid memory segment access (ANSI) SIGUSR2 12 User defined signal 2 (POSIX)

  7. Week Fourteen Agenda Linux Signals are: SIGPIPE 13 Write on a pipe with no reader, Broken pipe (POSIX) SIGALRM 14 Alarm clock (POSIX) SIGTERM 15 Termination (ANSI) SIGSTKFLT 16 Stack fault SIGCHLD 17 Child process has stopped or exited, changed (POSIX) SIGCONT 18 Continue executing, if stopped (POSIX) SIGSTOP 19 Stop executing(can't be caught or ignored) (POSIX) SIGTSTP 20 Terminal stop signal (POSIX) SIGTTIN 21 Background process trying to read, from TTY (POSIX)

  8. Week Fourteen Agenda Linux Signals are: SIGTTOU 22 Background process trying to write, to TTY (POSIX) SIGURG 23 Urgent condition on socket (4.2 BSD) SIGXCPU 24 CPU limit exceeded (4.2 BSD) SIGXFSZ 25 File size limit exceeded (4.2 BSD) SIGVTALRM 26 Virtual alarm clock (4.2 BSD) SIGPROF 27 Profiling alarm clock (4.2 BSD) SIGWINCH 28 Window size change (4.3 BSD, Sun) SIGIO 29 I/O now possible (4.2 BSD) SIGPWR 30 Power failure restart (System V) Command to display signal value: kill –l SIGTERM

  9. Week Fourteen Agenda Questions and Issues Your final exam status will be displayed on the Announcement page.

More Related