ࡱ> ) ,bjbj;; DYddYdd#Yh,h,::::::::8:d];:S$<<( = = ==>=>=>S S S S S S S$VbY8-S:=>=>=>=>=>-S:: = =4BScFcFcF=>: =: =ScF=>ScFcFrsPTsQ =a@PRXS0SPZAZsQsQ8Z:QH=>=>cF=>=>=>=>=>-S-SE=>=>=>S=>=>=>=>Z=>=>=>=>=>=>=>=>=>h, s9: CompTIA Linux+/LPIC-1 Cert Guide (Exams LX0-103 & LX0-400 & 102-400) First Edition Copyright 2016 Pearson Education, Inc. ISBN-10: 0-7897-5455-X ISBN-13: 978-0-7897-5455-4 Warning and Disclaimer Every effort has been made to make this book as complete and as accurate as possible, but no warranty or fitness is implied. The information provided is on an "as is" basis. The author and the publisher shall have neither liability nor responsibility to any person or entity with respect to any loss or damages arising from the information contained in this book or from the use of the CD or programs accompanying it. When reviewing corrections, always check the print number of your book. Corrections are made to printed books with each subsequent printing. First Printing: December 2015 Corrections for October 12, 2018 PgError Third PrintingCorrection1312nd command line example from bottom up: chGRPShould read: chgrp Corrections for March 10, 2017 PgError Third PrintingCorrection126Chapter 5, Command to duplicate a USB Reads: dd if=/dev/sdc of=/dev/sdcShould read: dd if=/dev/sdb of=/dev/sdc178Chapter 6, Seventh Paragraph Reads: sed n 1,5s/sever/SERVER/pg sedfile The X SERVER uses this directory to store the complied version of the current keymap and/or any scratch keymaps used by clients. The X SERVER Time. The default keymap for any SERVER is usually stored in: On the Exam, the sed questions are all about what will find and replace strings, with particular attention on global versus single replaces.Should read: sed n 1,5s/sever/SERVER/pg sedfile On the Exam, the sed questions are all about what will find and replace strings, with particular attention on global versus single replaces. Corrections for January 16, 2017 PgError Third PrintingCorrection622Appendix A, Chapter 2, Review Questions, Number 5, Last Sentence Reads: The other answers are incorrect because they dont match the criteria and will either politely kill the service (9) or abruptly kill the service (15).Should read: The other answers are incorrect because they dont match the criteria and will either politely kill the service (15) or abruptly kill the service (9).  Corrections for November 11, 2016 PgError Second PrintingCorrection184Chapter 6, Expanding grep with egrep and fgrep, Second Paragraph Command Reads: egrep '^r(p|t) /etc/passwdShould read: egrep '^r(p|t) ' /etc/passwd Corrections for October 22, 2016 PgError Second PrintingCorrection46Chapter 2, Third Paragraph, Command Reads: journalct1 -boot=cadadcadaff1dkljad1a1wdkfjpad1k Should read: journalct1 - -boot=cadadcadaff1dkljad1a1wdkfjpad1k Corrections for August 24, 2016 PgErrorCorrection176Chapter 6, First Command Reads: tr 'A-Z' a-z' < commands.txtShould read: tr 'A-Z' 'a-z' < commands.txt182Chapter 6, Last Paragraph, First Sentence Reads: And finally, lets include a useful option to the grep command (grep -v) that allows you to see not the normal output of lines that match the item you are searching for, but a listing of the files that match the search.Should read: And finally, lets include a useful option to the grep command (grep -l) that allows you to see not the normal output of lines that match the item you are searching for, but a listing of the files that match the search.204Chapter 7, Last Command After Last Paragraph Reads: renice +5 'pgrep chrome'Should read: renice +5 `pgrep chrome` 220Chapter 8, Question 5, Answer d Reads: d. a10yyShould read: d. "a10yy237Chapter 8, Question 4, Answer a Reads: vim +set number" mytestfile.txtShould read: vim +"set number" mytestfile.txt Corrections for March 18, 2016 PgErrorCorrection119Chapter 5, Third Paragraph, First Sentence Reads: In the output, the first command shows there are three files with an extension of foo and none of bar.Should read: In the output, the first command shows there are two files with an extension of foo and none of bar.156Chapter 6, Fourth Bullet Point Reads: 2> Redirects stderr to a file, appending the current stream to the end of the file, rather than overwriting the file contents. This is a modifier of the > or 2> output redirection descriptor.Should read: 2>> Redirects stderr to a file, appending the current stream to the end of the file, rather than overwriting the file contents. This is a modifier of the > or 2> output redirection descriptor.162Chapter 6, First Key Topic, Second Sentence Reads: Substituting the output of a command for the command itself is accomplished by bracketing the command with the backtick (`), aka the unshifted tilde (~) key, like so: 'somecmd'Should read: Substituting the output of a command for the command itself is accomplished by bracketing the command with the backtick (`), aka the unshifted tilde (~) key, like so: `somecmd`162Chapter 6, First Key Topic, Second Paragraph, First command Reads: export DATETIME='date'Should read: export DATETIME=`date`165Chapter 6, Filters, Fourth Paragraph, First Command Reads: sort +1 file1Should read: sort -k2 file1168Chapter 6, Cutting Columns, Second Paragraph Reads: This displays only from column 20 to column 40 of file1, excluding all other data on each line.Should read: This displays only from column 20 to column 40 of /etc/passwd, excluding all other data on each line.202Chapter 7, Table 7-2, Second Signal Reads: SIGHUP 6 Hang up or shut down and restart processShould read: SIGHUP 1 Hang up or shut down and restart process202Chapter 7, Table 7-2, Sixth Signal Reads: SIGSTOP 23 Stop execution (cannot be caught or ignored)Should read: SIGSTOP 19 Stop execution (cannot be caught or ignored)371Chapter 13, Using SQLite, First Sentence Reads: SQL is an embedded database rather than a network-aware database.Should read: SQLite is an embedded database rather than a network-aware database.411Chapter 14, Mouse Keys, Second Sentence Reads: On the number pad, keys 1-4 and 6-8 represent directions to move the mouse.Should read: On the number pad, keys 2-4 and 8-6 represent directions to move the mouse.413Chapter 14, Key Topic, Second Bullet Reads: xhost -EnablesShould read: xhost - Enables430Chapter 15, Example 15-1, Ninth Command Reads: [root@server1 ~]# useradd timShould read: [root@server1 ~]# useradd -m tim434Chapter 15, Fourth Paragraph, Second Command Reads: useradd u 1002 d /hom/sarah sarahShould read: useradd u 1002 d /home/sarah sarah531Chapter 19, Do I Know This Already? Quiz, Question 8 Reads: 8. Which command allow you to request an IP address as a DNS client?Should read: 8. Which command allow you to request an IP address as a DHCP client? 535Chapter 19, Key Topic, First Bullet Point Reads: A From 1 to 126; each of these permits up to 16,777,216 host addreses.Should read: A From 1 to 126; each of these permits up to 16,777,214 host addreses. (minus 2! ID and Broadcast)535Chapter 19, Key Topic, Second Bullet Point Reads: B From 128 to 191; each of these permits up to 65,536 host addresses.Should read: B From 128 to 191; each of these permits up to 65,534 host addresses. (minus 2! ID and Broadcast)539Chapter 19, Number 5 Reads: 5. Start at 0 and use the LSB (least significant bit) or 32 as the increment for the networks (keep in mind that a networks 0 and 224 might be network and broadcast addresses and thus invalid for use, depending on your networking hardware.)Should read: 5. Start at 0 and use the LSB (least significant bit) or 32 as the increment for the networks (keep in mind that a networks 0 and 224 might be network and broadcast addresses and thus invalid for use.555Chapter 19, The ifconfig Command, First Paragraph, Second Sentence Reads: You can set everything but the default gateway with this command, including the bringing up or activation of the interface.Should read: You can set everything like the default gateway with this command, including the bringing up or activation of the interface. 590Chapter 20, Second Paragraph, First Sentence Reads: To encrypt a file and send to another person, you first should export your public key to a file.Should read: To encrypt a file and send to another person, you first should import the recipient public key to a file.641Appendix A, Chapter 12, Review Questions, Answer 7, Fourth Sentence Reads: C is not correct because until loops until a condition is true.Should read: D is not correct because until loops until a condition is true. Corrections for January 15, 2016 PgErrorCorrectionxxviFrontmatter, How This Book is Organized, Second Paragraph Reads: Chapter 1 through 12 cover the following topics:Should read: Chapter 1 through 21 cover the following topics:185Chapter 6, Second Set of Commands, Second Command Reads: fgrep f searchterms.txt foobartar.fuShould read: fgrep f searchterms.txt filetosearch.txt This errata sheet is intended to provide updated technical information. Spelling and grammar misprints are updated during the reprint process, but are not listed on this errata sheet.     MACGLOBL.DOT  DATE \l 10/12/2018 TIME 12:08 PM Updated 03/10/2017  !DEFGMUVWfghyǸyqi^SHSy@Hh0OJQJhRwh1 OJQJhRwhhN5OJQJhRwhRwOJQJh*OJQJhhN5OJQJh4^OJQJh^OJQJ hchc hBhB#h-hB5CJ OJQJ^JaJ h4^5CJ OJQJ^JaJ hY35CJ OJQJ^JaJ hl5CJ OJQJ^JaJ hY3h4^0Jz5OJQJ\hY30Jz5OJQJ\h4^0Jz5OJQJ\!EUVWk  7 : Q \ $ p@@$Ifa$gd l  p@@gdG $ p@@a$gd0o$a$o$a$gd0n$a$gdcgdB$a$gd-    6 7 9 : P Q [ \ ] a 6 7 ´ujbYbNbNhhhhOJQJhh5OJQJhhOJQJhh56OJQJh[56OJQJ9h hG6B*CJOJQJaJfHphq h hGOJQJh hG6OJQJh hG56OJQJhGOJQJhG56OJQJhySOJQJhhN5OJQJh0OJQJh4^OJQJhRwh0OJQJ\ ] a `EEE$ p@@$Ifa$gd l kd$$IflFF! 3( t06    44 lapyt  `SI?. :$If]:gdh  p@@gdh  p@@gd[ $ p@@a$gdGkd$$IflFF! 3( t06    44 lapyt    7 D E ` jY :$If]:gdhkdd$$IflFv2r0 3    4 layth $Ifgdh 7 _ a  > ? } ><׹|tkt`th4wh4wOJQJh4w5OJQJh4wOJQJh4w56OJQJh$h$OJQJh$5OJQJh$OJQJh$56OJQJhh56OJQJh)h)OJQJh)OJQJh)h)OJQJhbKh)OJQJhbKhhOJQJhhhhOJQJhhOJQJ%` a e ? } wfYYYLLL $Ifgd) $Ifgdh :$If]:gdhkd$$IflFv2r0 3    4 layth >]SI  p@@gd$  p@@gd[kd$$IflFv2r0 3    4 layth $Ifgd) $IfgdhY`Lkd&$$IflFv2r0 3    4 layt $Ifgd $Ifgd$ :$If]:gdj`V  p@@gd4w  p@@gd[kd$$IflFv2r0 3    4 layt $Ifgd5<ZghYkdR$$IflFv2r0 3    4 layt7o3 $Ifgd7o3 :$If]:gd7o3 <YZhnoz{4BCNϯqf^U^J^B7^B7h[h[OJQJh[OJQJh[h[OJQJh[5OJQJh[OJQJh[56OJQJ"h4wh4w56OJQJmHsHh4wh4wOJQJmHsH8h4wB*OJQJ^JaJfHmHph"""q sH>h4wh4wB*OJQJ^JaJfHmHph"""q sHh4wOJQJh7o3h4wOJQJaJ6h7o3h4wB*OJQJ^JaJfHph"""q hj``OBB $Ifgd9 :$If]:gd9  p@@gd[kd$$IflFv2r0 3    4 layt7o3 $Ifgd4w4ABvwfYYYLLY $Ifgd9 $Ifgd[ :$If]:gd9kd~$$IflFv2r0 3    4 layt9NPuwx-Ļijijrgijrg[[R[RhrX5OJQJh{h{5OJQJhO{h{OJQJ4hrXB*CJOJQJ^JaJfHph"""q 4h!B*CJOJQJ^JaJfHph"""q hm}hm}OJQJh{OJQJhm}5OJQJhm}OJQJhm}56OJQJh, 056OJQJh[h[OJQJh[h[OJQJh[OJQJvwxwmm\OO $Ifgdm} :$If]:gdm}  p@@gdm}kd$$IflFv2r0 3    4 layt9wfYYLYY $IfgdrX $Ifgdm} :$If]:gdm}kd$$IflFv2r0 3    4 laytm} JQ-:;jYLLLLL $Ifgdm} :$If]:gdm}kd@$$IflFv2r0 3    4 laytm} $Ifgd{-9:mq{PhiwlOO9h!h!5B*OJQJ^JaJfHph"""q 3h, 05B*OJQJ^JaJfHph"""q h!h!OJQJaJhNDbhm}hrXOJQJh!OJQJhO{hrXOJQJ4h!B*CJOJQJ^JaJfHph"""q hm}h{OJQJhrX5OJQJh{hrX5OJQJh{OJQJhrXOJQJ;IPivwjYKKK $IfgdrX :$If]:gdm}kd$$IflFv2r0 3    4 laytm} $Ifgdm}wjhWII $IfgdrX :$If]:gdm}kdl$$IflFv2r0 3    4 laytm} $Ifgdm}Ckd $$IflFv2r0 3    4 laytm} V$If^Vgd, 0 $Ifgdm} V$If^V`gd! ,-;[\]^_}~+./0yyyyncWcnh7h75OJQJh7h7OJQJh7h4eOJQJh4eh4e5OJQJh4eh4eOJQJh4e5OJQJh4eOJQJh4e56OJQJhm}56OJQJh{56OJQJh, 0h!5OJQJaJ9h, 0h!5B*OJQJ^JaJfHph"""q h!OJQJhm}h!OJQJ  -:;\ & F $Ifgd! $Ifgdm} & F $Ifgd! $IfgdrX :$If]:gdm}\]_~wmm\OO $Ifgdx# :$If]:gdx#  p@@gd4ekd $$IflFv2r0 3    4 laytm}0=>wfYYYYYL $Ifgd4e $Ifgdx# :$If]:gdx#kd. $$IflFv2r0 3    4 laytx#wfUUA & F V$If^Vgd7 $If^gd7 :$If]:gd7kd $$IflFv2r0 3    4 laytx#^_`o>?IUVX  Riwdøø||hx#hKOJQJhKOJQJh4eh'NvOJQJh4eh7OJQJhx#h'NvOJQJh'NvOJQJh'Nvh'NvOJQJh'Nvh7OJQJh4eh4eOJQJh7h75OJQJh7h7OJQJh4eOJQJh7OJQJ-_`dVE :$If]:gd'NvkdZ $$IflFv2r0 3    4 laytx# & F V$If^Vgd7 $Ifgdx#d?IVWX  $Ifgd'Nv $Ifgdx# $If^gd'Nv  KRivwwfUUUHHH $Ifgdx# $If^gd'Nv :$If]:gd'Nvkd $$IflFv2r0 3    4 laytx#wfYYYLLL $Ifgdx# $Ifgd'Nv :$If]:gd'Nvkd $$IflFv2r0 3    4 laytx#+2wfYYYLL $Ifgdx# $Ifgd'Nv :$If]:gd'Nvkd $$IflFv2r0 3    4 laytx#di  ./ijvw"#`a*+vy~  d e ϼϼϼϼϼϱϩϞ~s~h{Ph{POJQJh4eh{POJQJh{P5OJQJh{Ph{P5OJQJh4eh NOJQJh{POJQJh4ehAOJQJhAOJQJh Nh NOJQJh NOJQJh4ehKOJQJhK5OJQJhKOJQJhKhK5OJQJ* /6jjYLL<  $Ifgd N $IfgdA :$If]:gd'Nvkd $$IflFv2r0 3    4 laytx# $IfgdKjwxZI< $IfgdA :$If]:gd'NvkdH$$IflFv2r0 3    4 laytx# ^$Ifgd N $Ifgdx##$`a=kd$$IflFv2r0 3    4 laytx# $Ifgd N $Ifgdx# N $Ifgd N $IfgdAae*+Lkdt$$IflFv2r0 3    4 laytx# $Ifgdx# $IfgdA :$If]:gd'Nv+/W^  Lkd $$IflFv2r0 3    4 laytx# $Ifgdx# $IfgdA :$If]:gd'Nv . 5 E R S d $Ifgdx# & F $Ifgd{P $IfgdA :$If]:gd'Nvd e i wfYYYLLL $Ifgdx# $IfgdA :$If]:gd'Nvkd$$IflFv2r0 3    4 laytx#e h i !B!O!P!Q!g!h!t!v!y!z!!!!! " " " "Q"R"T"X"uujfhNDbhhjOJQJhh5OJQJhOJQJhjhjOJQJmHsHhjhjOJQJmHsHhjOJQJmHsHhjOJQJmHsHhx#hjOJQJmHsHh4eh{POJQJhx#hj5OJQJhx#hjOJQJh{POJQJhjOJQJ& !!B!O!P!wfYYLL? $Ifgdx# $Ifgdj $IfgdA :$If]:gd'Nvkd6$$IflFv2r0 3    4 laytx#P!u!v!z!!!_NAA $IfgdA :$If]:gd'Nvkd$$IflFv2r0 3    4 lapytj $Ifgdx#!! " "Q"R"T"JHkdy$$IflFv2r0 3    4 lapytj $Ifgdj V$If^V`gdT"X""""""C# $Ifgdj & F V$If^Vgd $IfgdA :$If]:gd'NvX"&#'#D#H#$$3$S$U$E%S%U%&&&2&;&m&&& ''r's't'v''((\(q((((((>)D)e)f)g)r)w))))))ÿôzh4^OJQJhhN55OJQJhhN5OJQJh4^56OJQJhY$356OJQJhhN556OJQJh4w56OJQJhNDbhh 8OJQJh 8h 8OJQJh 8h 85OJQJh 8OJQJhOJQJhhOJQJ0C#D#H#s#z##l[NN: & F V$If^Vgd $Ifgd :$If]:gd'Nvkd&$$IflFv2r0 3    4 lapytj###2$3$7$K: :$If]:gd'Nvkd$$IflFv2r0 3    4 lapytj & F V$If^Vgd $Ifgdj7$L$S$E%R%S%& $Ifgdj P$If^`Pgd 8 $Ifgd&&"&e&l&&&&l[NNNAA $Ifgdj $Ifgd 8 :$If]:gd'Nvkd$$IflFv2r0 3    4 lapytj&s't'v'z'''(_]L :$If]:gd'Nvkd-$$IflFv2r0 3    4 lapytj $Ifgd 8((((((((RA :$If]:gd'Nvkd$$IflFv2r0 3    4 lapytj $Ifgd 8 $Ifgdj()$)%)e)f)g))RKK p@@kd$$IflFv2r0 3    4 lapytj $Ifgdj $Ifgd 8))))))))*!*Rkd4$$IflFv2r0 3    4 laytY3 $If $IfgdY3 :$If]: ))**R*T************++++++++++++++++++++++,,,,Ǽvh)5CJOJQJaJh-h)5CJOJQJaJhGmHnHujh)Uh)h jh UhhN5OJQJhh hh OJQJhh OJQJhh OJQJh?h4^OJQJh?hh OJQJh4^OJQJh4^h4^OJQJ*!*"*S*T*X******m_RRR $IfgdY3 :$If]:kd$$IflFv2r0 3    4 laytY3 $If ****+++++++jh`^^^^^^ $a$gdy kd`$$IflFv2r0 3    4 laytY3 $Ifgdh ++++++,,,, $a$gdyv$a$gd- B0@P0:p7r= /!"#$%: Dp$$If!vh#v#v#v(:V l t06555(pyt $$If!vh#v#v#v(:V l t06555(pyt $$If!vh#v#vr#v:V l0 355r54yth$$If!vh#v#vr#v:V l0 355r54yth$$If!vh#v#vr#v:V l0 355r54yth$$If!vh#v#vr#v:V l0 355r54yt$$If!vh#v#vr#v:V l0 355r54yt$$If!vh#v#vr#v:V l0 355r54yt7o3$$If!vh#v#vr#v:V l0 355r54yt7o3$$If!vh#v#vr#v:V l0 355r54yt9$$If!vh#v#vr#v:V l0 355r54yt9$$If!vh#v#vr#v:V l0 355r54ytm}$$If!vh#v#vr#v:V l0 355r54ytm}$$If!vh#v#vr#v:V l0 355r54ytm}$$If!vh#v#vr#v:V l0 355r54ytm}$$If!vh#v#vr#v:V l0 355r54ytm}$$If!vh#v#vr#v:V l0 355r54ytm}$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54ytx#$$If!vh#v#vr#v:V l0 355r54pytj$$If!vh#v#vr#v:V l0 355r54pytj$$If!vh#v#vr#v:V l0 355r54pytj$$If!vh#v#vr#v:V l0 355r54pytj$$If!vh#v#vr#v:V l0 355r54pytj$$If!vh#v#vr#v:V l0 355r54pytj$$If!vh#v#vr#v:V l0 355r54pytj$$If!vh#v#vr#v:V l0 355r54pytj$$If!vh#v#vr#v:V l0 355r54ytY3$$If!vh#v#vr#v:V l0 355r54ytY3$$If!vh#v#vr#v:V l0 355r54ytY3|w2 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@6666 OJPJQJ_HmH nH sH tH N`N Normald CJOJPJQJ_HmH sH tH ZZ Rw Heading 1$<@&5CJ KH OJQJ\^JaJ BB  Heading 4$<@&56DA`D Default Paragraph FontVi@V  Table Normal :V 44 la (k (No List J/J FT d CJOJPJQJ_HmH sH tH / QQTd$d%d&d'dNOPQ#5CJOJPJQJ_HmH sH tH N/N HC d#5CJOJPJQJ_HmH sH tH 0U !0 Hyperlink>*B*@V 1@ FollowedHyperlink>*B* R/BR ITd` CJOJPJQJ_HmH sH tH f/Rf BL'  d^` CJOJPJQJ_HmH sH tH f/bf BX'  d^` CJOJPJQJ_HmH sH tH f/rf NL'  d^` CJOJPJQJ_HmH sH tH f/f NX'  d^` CJOJPJQJ_HmH sH tH ^/^ UC d^#6CJOJPJQJ_HmH sH tH Z/Z UL d^ CJOJPJQJ_HmH sH tH Z/Z UX d^ CJOJPJQJ_HmH sH tH N/N TN d#5CJOJPJQJ_HmH sH tH NoN TH d#6CJOJPJQJ_HmH sH tH T/T TS$da$#6CJOJPJQJ_HmH sH tH V/V TC @d#5CJOJPJQJ_HmH sH tH RoR TB @dx CJOJPJQJ_HmH sH tH R/R TX! @d CJOJPJQJ_HmH sH tH N/"N LH "d#6CJOJPJQJ_HmH sH tH V/2V C1#d]#>*CJOJPJQJ_HmH sH tH R/BR C2$d]#>*CJOJPJQJ_HmH sH tH V/RV CX%d]#>*CJOJPJQJ_HmH sH tH Z/bZ MN&d]^ CJOJPJQJ_HmH sH tH d/rd SH"'$``d]`^`a$#6CJOJPJQJ_HmH sH tH Z/Z SB(``d]`^` CJOJPJQJ_HmH sH tH Z/Z NO)``d]`^` CJOJPJQJ_HmH sH tH Z/Z TI*``d]`^` CJOJPJQJ_HmH sH tH Z/Z CA+``d]`^` CJOJPJQJ_HmH sH tH ^/^ EH,$d^a$&56CJOJPJQJ_HmH sH tH Z/Z ET- d^ CJOJPJQJ_HmH sH tH Z/Z EX. d^ CJOJPJQJ_HmH sH tH N/N FC /d#6CJOJPJQJ_HmH sH tH N/N FN 0d#5CJOJPJQJ_HmH sH tH L/L M01 1d CJOJPJQJ_HmH sH tH L/"L M02 2d CJOJPJQJ_HmH sH tH L/2L M03 3d CJOJPJQJ_HmH sH tH L/BL M04 4d CJOJPJQJ_HmH sH tH L/RL M05 5d CJOJPJQJ_HmH sH tH L/bL M06 6d CJOJPJQJ_HmH sH tH L/rL M07 7d CJOJPJQJ_HmH sH tH T/T PD8d&56CJOJPJQJ_HmH sH tH j/j ENL*9 @@@d^` CJOJPJQJ_HmH sH tH j/j ENX*: @@@d^` CJOJPJQJ_HmH sH tH N/N HA ;d#5CJOJPJQJ_HmH sH tH N/N HB <d#5CJOJPJQJ_HmH sH tH N/N HD =d#5CJOJPJQJ_HmH sH tH N/N HE >d#5CJOJPJQJ_HmH sH tH N/N HF ?d#5CJOJPJQJ_HmH sH tH N/N HG @d#5CJOJPJQJ_HmH sH tH h/h EL*A @@@d^` CJOJPJQJ_HmH sH tH `/"` LC1Bd]^#>*CJOJPJQJ_HmH sH tH \/2\ LC2Cd]^#>*CJOJPJQJ_HmH sH tH `/B` LCXDd]^#>*CJOJPJQJ_HmH sH tH R/RR TRE @dx CJOJPJQJ_HmH sH tH N/bN AU Fd#6CJOJPJQJ_HmH sH tH d/rd MH"G$d]^a$#6CJOJPJQJ_HmH sH tH L/L M08 Hd CJOJPJQJ_HmH sH tH \/\ CLTI``d]`^` CJOJPJQJ_HmH sH tH `/` FTNJ``d]`^`#6CJOJPJQJ_HmH sH tH P/P BTSUB Kd CJOJPJQJ_HmH sH tH V/V LXLd]#>*CJOJPJQJ_HmH sH tH \/\ NOXM``d]`^` CJOJPJQJ_HmH sH tH \/\ TIXN``d]`^` CJOJPJQJ_HmH sH tH \/\ CAXO``d]`^` CJOJPJQJ_HmH sH tH \/\ SBXP``d]`^` CJOJPJQJ_HmH sH tH N/N BT Qd#5CJOJPJQJ_HmH sH tH L/"L M09 Rd CJOJPJQJ_HmH sH tH L/2L M10 Sd CJOJPJQJ_HmH sH tH L/BL M11 Td CJOJPJQJ_HmH sH tH L/RL M12 Ud CJOJPJQJ_HmH sH tH L/bL M13 Vd CJOJPJQJ_HmH sH tH L/rL M14 Wd CJOJPJQJ_HmH sH tH L/L M15 Xd CJOJPJQJ_HmH sH tH f/f CSH"Y$d]^a$#6CJOJPJQJ_HmH sH tH X/X CHDZ@d^@#5CJOJPJQJ_HmH sH tH X/X CHE[@d^@#5CJOJPJQJ_HmH sH tH T/T CFT\@d^@ CJOJPJQJ_HmH sH tH h/h CBL'] `0p`d^p`` CJOJPJQJ_HmH sH tH h/h CBX'^ `0p`d^p`` CJOJPJQJ_HmH sH tH h/h CNL'_ `0p`d^p`` CJOJPJQJ_HmH sH tH h/h CNX'` `0p`d^p`` CJOJPJQJ_HmH sH tH X/X CTHa@d^@#5CJOJPJQJ_HmH sH tH `/"` CTCb @d^@#5CJOJPJQJ_HmH sH tH \/2\ CTBc @d^@ CJOJPJQJ_HmH sH tH \/B\ CTXd @d^@ CJOJPJQJ_HmH sH tH N/RN EDTN ed CJOJPJQJ_HmH sH tH L/bL ADD fd CJOJPJQJ_HmH sH tH P/rP PTTOC gd CJOJPJQJ_HmH sH tH P/P CTTOC hd CJOJPJQJ_HmH sH tH T/T TOCPART id CJOJPJQJ_HmH sH tH P/P TOCHB jd CJOJPJQJ_HmH sH tH P/P TOCHC kd CJOJPJQJ_HmH sH tH P/P TOCHD ld CJOJPJQJ_HmH sH tH R/R CRHC md#5CJOJPJQJ_HmH sH tH RoR CRHD nd#5CJOJPJQJ_HmH sH tH JoJ CR od CJOJPJQJ_HmH sH tH V/V CREDTI pd#5CJOJPJQJ_HmH sH tH R/R CREDNM qd CJOJPJQJ_HmH sH tH P/"P DED rd#6CJOJPJQJ_HmH sH tH  Q2 CLs"B" frttBZRB Plain Textud CJOJQJ4 @b4 Footer v !4r4 Header w !HH 1 Balloon TextxCJOJ QJ ^J aJH>H -Titley$da$5CJ$OJQJ\aJ(O( -ver12redj`j G Table Grid7:V{0{PK![Content_Types].xmlN0EH-J@%ǎǢ|ș$زULTB l,3;rØJB+$G]7O٭VGRU1a$N% ʣꂣKЛjVkUDRKQj/dR*SxMPsʧJ5$4vq^WCʽ D{>̳`3REB=꽻Ut Qy@֐\.X7<:+& 0h @>nƭBVqu ѡ{5kP?O&Cנ Aw0kPo۵(h[5($=CVs]mY2zw`nKDC]j%KXK 'P@$I=Y%C%gx'$!V(ekڤք'Qt!x7xbJ7 o߼W_y|nʒ;Fido/_1z/L?>o_;9:33`=—S,FĔ觑@)R8elmEv|!ո/,Ә%qh|'1:`ij.̳u'k CZ^WcK0'E8S߱sˮdΙ`K}A"NșM1I/AeހQתGF@A~eh-QR9C 5 ~d"9 0exp<^!͸~J7䒜t L䈝c\)Ic8E&]Sf~@Aw?'r3Ȱ&2@7k}̬naWJ}N1XGVh`L%Z`=`VKb*X=z%"sI<&n| .qc:?7/N<Z*`]u-]e|aѸ¾|mH{m3CԚ .ÕnAr)[;-ݑ$$`:Ʊ>NVl%kv:Ns _OuCX=mO4m's߸d|0n;pt2e}:zOrgI( 'B='8\L`"Ǚ 4F+8JI$rՑVLvVxNN";fVYx-,JfV<+k>hP!aLfh:HHX WQXt,:JU{,Z BpB)sֻڙӇiE4(=U\.O. +x"aMB[F7x"ytѫиK-zz>F>75eo5C9Z%c7ܼ%6M2ˊ 9B" N "1(IzZ~>Yr]H+9pd\4n(Kg\V$=]B,lוDA=eX)Ly5ot e㈮bW3gp : j$/g*QjZTa!e9#i5*j5ö fE`514g{7vnO(^ ,j~V9;kvv"adV݊oTAn7jah+y^@ARhW.GMuO "/e5[s󿬅`Z'WfPt~f}kA'0z|>ܙ|Uw{@՘tAm'`4T֠2j ۣhvWwA9 ZNU+Awvhv36V`^PK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!g theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] $ CCCXXX[7 <N-de X"),#&*.39AFO\ ` hv;w\d ja+ d P!!T"C##7$&&(()!**+, !"$%'()+,-/01245678:;<=>?@BCDEGHIJKLMNPQR$/07@[ @ @H 0(  0(  B S  ?2679'*36EGPS\_246=OR    < A H K O R S Y h n } [ ` @G5:SXBPQcgot%2:""""""#########$$7J O h  K O  APt""#########$$333333333 7DaeI5 g  A B   I v w -:_0=`d?VKvw jw#ae+/.5RSiBOPz TX'HszSER"vz  !$!g!!!""!"T"W"X"""##############$$| > vvRTtvT"T"###############$$^%x=J=P oar`s?2g ^`B*CJOJQJ^JaJo(ph""". ^`hH. pL^p`LhH. @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PL^P`LhH.h^`OJ QJ o(hHh^`OJQJ^Jo(hHohp^p`OJ QJ o(hHh@ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJ QJ o(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohP^P`OJ QJ o(hH ^`B*CJOJQJ^JaJo(ph""". ^`hH. pL^p`LhH. @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PL^P`LhH.h^`OJQJo(hHh^`OJQJ^Jo(hHohpp^p`OJ QJ o(hHh@ @ ^@ `OJQJo(hHh^`OJQJ^Jo(hHoh^`OJ QJ o(hHh^`OJQJo(hHh^`OJQJ^Jo(hHohPP^P`OJ QJ o(hHr`s=J oP                                  REK0LKTTh  ) 1 ?y$.G/B* ,t,, 00Y$3Y37o3hN57 8&Q>C^KbKlL N{PrX4^NDb4e2hjR]o'Nv w4wO{"zB]GA [*!m}x#ySRwhQK7r)^'ifuFO$lNl{?h-]9cA##@6666@{$@Unknown G.[x Times New Roman5Symbol3. .[x Arial7. [ @VerdanaYdocs-EB GaramondCambria7.*{$ Calibri3.[x Times75 Courier?= .Cx Courier New5. .[`)TahomaC.,*{$ Calibri Light;WingdingsA$BCambria Math"1Hh,US cjk&RW @RW @!4## 2qHP ?02! xx,T WG4 System:Applications:Microsoft Office 2001:Templates:My Templates:Global_May_2002.dot(c)We Want to Hear from YouEnd User Verma, Vatsal    Oh+'0 $ D P \ ht|(c)We Want to Hear from You End UserGlobal_May_2002Verma, Vatsal3Microsoft Office Word@ @х@@lla RW ՜.+,0 hp  Pearson Education@# (c)We Want to Hear from You Title  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSUVWXYZ[\]^_`bcdefghijklmnopqrstuvwxyz{|}~Root Entry FaData T1TableaZWordDocumentDSummaryInformation(DocumentSummaryInformation8CompObjr  F Microsoft Word 97-2003 Document MSWordDocWord.Document.89q