ࡱ> 0KIJ1jlnprtvxz|~>ȼʼXZ\ ^`` 0^`0 0^`0 & FA h80^`0Assignments on Installation and Use of the Linux Operating System CS-350: Computer Organization 2002 Charles Abzug Textbook for these Assignments: Sarwar, Syed Mansoor; Koretsky, Robert; & Sarwar, Syed Aqeel (2002(sic!)). LINUX: The Textbook. First edition. Boston, MA: Addison Wesley Longman, Inc. QA76.76.063 S35545 2001; 005.432dc21; 00-069963; ISBN 0-201-72595-9(pbk.) Linux Assignment 1 Objective: To attain a general appreciation for and orientation to the Linux operating system, and to prepare to install Linux as a second bootable operating system on a Personal Computer. Readings I: A Practical Guide to Linux: Forward by Linus Torvalds (pages vii through viii) Chapter 1: Linux: A Product of the Internet (pages 3 through 17) Readings II: Linux Installation Guide: Chapter 2: Before You Begin (pages 5 through 21) Points to Ponder: Compare the fail-safe environment of any of the various versions of Microsoft Windows with the user-is-in-total-control approach of Linux. For example, in Windows, if you issue a command which would result in overwriting an existing file, before executing the command Windows follows a cautionary sequence of actions. It stops, informs you that what you have asked it to do would result in overwriting the file, and asks you to confirm if that is really what you want to do before proceeding to do it. In contrast to this, in Linux if you issue a command such as cp filename oldfilename, where the destination file name is already in use for another file in the same directory, Linux just goes ahead and does what you told it to do. It assumes that you wouldnt have issued the order unless you knew what you were doing, and it goes ahead and wipes out the old file. What are the advantages and disadvantages of each approach? The various Microsoft operating systems that have dominated the PC marked for so long (DOS, the original Windows, then Windows 95/98 and Windows NT), as well as IBMs OS/2, which transiently attempted to challenge the Microsoft dominance, are all case-insensitive. That is, it makes no difference whether you type in capitals or lower-case. For example a file called THISfile can also be referred to as thisfile and whichever way you name it both references identify the very same file. In the UNIX family of operating systems, in contrast, case means everything. Therefore, in Linux these are two different files. Which is the better way to do things, and why? Review & Study: Review Exercises in A Practical Guide to Linux (items 1 and 3-9 on page 17). Learning by Doing: Make a written record of the configuration information that you need in preparation for the installation of Linux on your computer system. Instructions for doing this are to be found in the Linux Installation Guide on pages 10-14. Perform a complete backup of your system in preparation for partitioning your hard drive and installing Linux on your computer. Note on the performance of backup. Professional management of a computer system requires the regular performance of system backup. This is, in fact, one of the principal issues in Information System Security (INFOSEC): contingency/disaster planning and the ability to restore service after a disk head crash, fire, or other calamity. Without proper preparation and correct system management technique, the performance of a backup can be a nightmare. With proper preparation and the use of good management practice, it is a tolerable nuisance. Broadly speaking, the contents of a systems hard disk can be divided into three categories: (i) system software, composed of the operating system and any utilities, including both those utilities that are provided by the operating system vendor along with the operating system, and other utilities that may have been purchased separately; (ii) application programs that are normally purchased separately from the operating system; and (iii) data, such as text documents, presentation slides, photographs, etc., that the user created his/herself using one of the software packages on the system. Of these three types of information, it is normally not necessary to back up the first two, since the user should have in his/her possession the original installation media, which today are almost always CD-ROM disks, although in some instances they may still be old-fashioned floppy disks. Thus, in the event of loss of all or part of the software installed on the system, it should be a relatively straightforward task to re-install the operating system, utilities, and application software packages from the original installation media. It is the third category of information, namely, user-created data files, that is critical for back-up. In order to enable easy performance of total system data backup, it is best that the user-created data be rigidly and totally segregated from the other two categories of files on the system. One way to do that is to store ALL data in a set of directories or folders separate from those containing the system and application software, and all situated hierarchically under a single primal directory located in the root directory and bearing a suitably descriptive name, such as Data Files. In order to facilitate this segregation of data files from system and applications software files, it is necessary to reset the default storage location for each and every separate piece of application software. Thus, for example, in Microsoft Word, you must activate the Tools menu and select Options, then click on the File Locations tab, and modify the entries for Documents and for Autorecover files to point to the appropriate folder of your choice under Data Files. In PowerPoint there is a similar process (Tools menu, Options, then click on the Advanced tab and modify Default file location), and so on for every application that you use. Not only ordinary data files, but also user-created templates should also be stored under Data Files. It is best, when making these changes to the configuration of the application software, to make a record of what changes are made. That way, should it become necessary for you to re-establish the system configuration after a disk head crash or other disaster, you will be able easily not only to recover the data but also rapidly to return to the prior configuration and mode of system operation. Additional Note on Backup: It is advisable also for you to back up, in addition to the Data Files and configuration files already mentioned, several other files as well. These include your Favorites directory under Windows 95/Windows NT, which is used by several application programs, such as Internet Explorer, and also your bookmark.htm file used in conjunction with Netscape Navigator. There may also be other useful files stored elsewhere on your system by various application programs that are also useful to back up, such as Microsoft Words normal.dot, and various template files for this and other programs. Please check carefully the documentation that comes with each software package that you have. Of course, if you have a tape drive or other very-large-capacity off-line storage device, it may be easier to just do a quick and dirty backup of everything, including operating system, all applications programs and utilities, and all data. Then, you do not have to worry about whether you got everything that is important. Note that the performance of regular backup is a necessary operation for all systems. The proper attitude for you to take is that your hard disk will definitely fail at some point; the only question is when. By performing regular backups, you will minimize the extent of data you will lose. True computer professionals backup their systems regularly. Therefore, even if you did not need to install Linux on your system, it would be useful to organize and reconfigure the system properly for the performance of regular backup. Linux Assignment 2 Objective: To install the Linux operating system as a second bootable operating system on a Personal Computer. Readings I: A Practical Guide to Linux: Chapter 2: Getting Started (pages 19 through 39) Readings II: Linux Installation Guide: Chapter 3: Starting the Installation (pages 29 through 42) Chapter 4: Continuing the Installation (pages 43 through 64) Chapter 5: Finishing the Installation (pages 65 through 82) Points to Ponder as you do your reading for the week: In Chapter 2 of A Practical Guide to Linux, various criteria for a good password are discussed. These are: (a) seven or eight characters long (Linux wont accept fewer than six characters); (b) contains a combination of decimal numerals, upper-case letters, lower-case letters, and punctuation characters (Linux demands at least two of: upper case, lower case, and decimal numerals); (c) not very similar to the login name; and (d) does not contain control characters. Do you agree with all of these guidelines? Why or why not? Can you suggest either additional guidelines or replacements for some or all of these three? For each additional or replacement guideline, provide, if appropriate, an appropriate warning label for the system to issue if the guideline should be violated. All of the above discourse is based upon the assumption that the user will devise his/her own password, subject to the stated restrictions, which will be checked when possible by the system software. Can you think of any alternative methods for generating passwords that do not depend on the user to make up his/her own password? What are their advantages and disadvantages from the standpoint of security? of practicality and user-friendliness? Consider the relative advantages and disadvantages of the native command-line interface which Linux inherited from the UNIX operating system from which it was inspired. Compare with the advantages and disadvantages of the Graphical User Interface (GUI) which is the lingua franca of the Windows world, and of which several variants are also available for use with Linux. Review & Study: Review Exercises in A Practical Guide to Linux (items 1-3, 7-9, and 11 on pages 39-40). Also, HYPERLINK "http://www.cs.jmu.edu/users/abzugcx/CS 511/Review-Questions-on-Linux-Issues.doc"Review Questions on the Linux Operating System and Linux-Related Issues. Learning by Doing: Preparatory to the installation of Linux, make a plan for the partitioning of your Hard Disk. Your plan should be based upon the information supplied on pages 26-27 of the Linux Installation Guide. It is recommended that you allocate a total of 1.2 Gbytes for the installation of Linux, although it is possible to get by with less than this. You should have as an absolute minimum three partitions in your installation: a root (/) partition, a swap partition, and a /usr partition. Beyond these, if you have room it is also useful to have several additional partitions. These are, in order of priority: (1) a /boot partition; (2) a /home partition; (3) a /usr/src partition; (4) a /usr/local partition; (5) a /tmp partition; (6) a /var partition; and (7) an /opt partition. Size recommendations in most cases are to be found in Linux Installation Guide. There are three possible routes for you to follow in installing Linux on your computer. You could add a second hard disk drive to your machine, which you would then use either primarily or exclusively for the Linux installation. Or you could make space on your existing hard disk, using one of several possible software packages. One of these is the fips utility that comes with the Red Hat Linux Distribution. An alternative to fips is a piece of commercially-avaialable piece of software, such as Partition Magic, which is produced by an independent company called Power Quest. More information on this utility is available through URLs found in the CS-511 Syllabus. There are other packages available; you may want to search the World Wide Web to see what alternatives you can find. Using either fips or a commercial alternative, you can generally reduce the size of an existing partition without loss of data, thus freeing up space on your hard drive which can then be used for making new partitions for use with Linux. I would like at this point to stress once again the importance of doing a complete backup of all data and configuration files before tinkering with your hard disk. In fact, it is advisable to do a complete backup even if you have purchased a second hard disk drive and have no intention of messing with anything on your original hard drive. If you are installing Linux on your existing hard disk drive (as most people will do), then use either Defrag (Windows 95/98)or whatever alternative utility you may have (Windows NT) to defragment your files first and to organize them neatly at the low end of each existing partition on your system. Then use either fips or Partition Magic, or whatever alternative package you may have chosen, to reduce the size of your FAT or HPFS or NTFS partitions, as well as to move these partitions around so that your disk space is optimally managed and configured. NOTE: Do not use the Windows program fdisk to generate disk partitions for use in installing and containing Linux. Please note that although both fips and Partition Magic are very reliable, nevertheless anomalous behavior cannot be ruled out. Furthermore, a power failure could possibly occur while one of these programs is in the middle of reducing the size of a partition or of moving a partition from one location to another on the hard disk. If so, then it may not be possible, after restoration of power, for system integrity to be restored. Instead, it may be necessar to reinstall your original operating system and to restore your data files from backup. Therefore, I would like still once more to urge you, if you have not already done so, to make a complete backup of all your data and configuration files before undertaking the partitioning of your hard disk drive and the installation of Linux. With such a backup, you should be able to survive any difficulties and problems that may occur. Do a custom installation of Linux, using the Disk Druid software to effect the partitioning that suits your partitioning plan (described above). Deliverable: Describe the current allocation of space on the hard disk of your computer, and then show how you intend to partition the hard disk for installation of Linux. Linux Assignment 3 Objective: To acquire a basic level of understanding of and ability to use several utilities and operating software modules of the Linux operating system. Readings: A Practical Guide to Linux: Chapter 3: An Introduction to the Utilities (pages 41 through 64) NOTE: By now you are probably asking yourself the obvious question, something like, Why has my instructor made me go out and buy this expensive book, only to assign as few as three out of a total of 15 chapters of reading from it? ANSWER: While I have assigned only a very small amount of reading from A Practical Guide to Linux in THIS course (i.e., CS-511), nevertheless the book will be useful for you for other courses as well, such as CS-550 (Operating Systems) or CS-555 (Software Engineering). So you can look forward eventually to getting your moneys worth out of this book, even if your usage of it seems light in CS-511. Points to Ponder: Review & Study: Review Exercises in A Practical Guide to Linux (page 65), #s 1,2,4-9,11-12,14. Also, HYPERLINK "http://www.cs.jmu.edu/users/abzugcx/CS 511/Review-Questions-on-Linux-Issues.doc"Review Questions on the Linux Operating System and Linux-Related Issues Learning by Doing: Explore both the man and xman utilities (A Practical Guide to Linux, pages 27-30), and familiarize yourself thoroughly with their various commands and features. Use one of these utilities to learn about system calls, and the other to learn about file formats. Use the info utility (A Practical Guide to Linux, pages 30-32) to learn as much as you can about the Bourne Again Shell. Create a file, using the joe editor (A Practical Guide to Linux, pages 32-36) describing in your own words what you have learned about the Bourne Again Shell, and also edit your file as necessary. Familiarize yourself with both the insert mode and the overtype mode, as well as with being able rapidly to switch back and forth between these two modes. Deliverable: Submit your file, created using the joe editor, that describes what you learned about the Bourne Again Shell. CS-350 Assignments: Installation and Use of the Linux Operating System Page  PAGE 7 of  NUMPAGES 7 07 Jan 2002 1999 Charles Abzug 07 Jan 2002 +1bcdz"bmo*+7G_o ~   l p ~  [ ` "rw5:>* 6OJQJOJQJ 6OJQJOJQJ66]:5CJCJ6:RBCDcdz{|}ab+  & F8^8 0^`0 ^``$a$+EE+^_q " ^p^p & F P^P` P^`P 0^`0 & F= 8P^P`` & FA h88^8TX0AS<@!!""H#M#\#f#w#|######$$*$6$8$Q$R$^$w$$$$$ % %%S%n%%%x&}&&&&'{****(+5++++++++++,,,`,a,b,,,,,,,,m----o.r..>*0JjU jU 6OJQJOJQJ:6556V0!1!F#G#H#[#\####)$*$R$$$ % %C%*++  & F4^`  & F$8^8  & F?8^8` 0^`0^p^p+,,,%0/45/8;D<E<<<< = ====>@@ ^` & F@ h88^8  & FKP^P`` P^`P 0^`0.. / /(/-/@/E/X/`/s/}/////// 0"0e0j0001111112,2N3R3(4.4/4045555666666073777;7?7C77777(8.8N8R8W8f8D;J;;;E<Q<<<<< ===========>>>5>*CJOJQJ5CJOJQJ 6OJQJOJQJ:56W>E?_?@@@@@@@A A AAiAjAkAAAAAAAAAAAAA BBBBBaCdCmCC3D>DGDUDDDDD+E\EaErEvE}E~EEEEEEEEEEEEEEEE¹¹¹²5CJ0J j0JUj0JUh0Jh 56:OJQJ>*0JjU jU56:OJQJ56CJOJQJ5CJOJQJC@@@@AAABHCDD*E+EsEtEuEvEwExEEEE$a$$a$`` ^` & F>P^P` P^`P 0^`0`EEEEEEEEEEEEEEprP PR 0^`0 0^`0 & FA h80^`0 ^``$a$`` The Official Red Hat Linux x86 Installation Guide. (for Red Hat Linux 7.2): available on-line at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/" http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guiDyK yK http://www.cs.jmu.edu/users/abzugcx/CS 511/Review-Questions-on-Linux-Issues.docDyK yK http://www.cs.jmu.edu/users/abzugcx/CS 511/Review-Questions-on-Linux-Issues.docDyK yK http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/DyK yK Thttp://www.redhat.com/docs/manuals/linux/DyK yK http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/DyK yK Thttp://www.redhat.com/docs/manuals/linux/DyK yK Thttp/linux/DyK yK Thttp://www.redhat.com/docs/manuals/linux/DyK yK http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/DE*,.nrf$&ΤФ>@Bڥ2PR$NPRШ>Vvrt|~Djlnf̮ήvxzǿǿǽǿǽjU 6OJQJ:6OJQJ]OJQJjU0JjU jU6]0J0JmHnHu0JhmHnHu6ERTVXZ\^`bdfh&vtXZ\^46 ^`` 0^`0 The Official Red Hat Linux x86 Installation Guide. (for Red Hat Linux 7.2): available on-line at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/" http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/, and also available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 167-page document; it can be expensive for you to print it out in its entirety.) Additional Useful Materials: Getting Started Guide (for Red Hat Linux 7.2): Available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 206-page document; it can be expensive for you to print it out in its entirety.) Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 2: LINUX History (pages 9-14). 1Steps to Get You Started,through 1.5.1,  Workstation Installations (pages vii through 20). Chapter 2: Installation Options and System Requirements Tables, pages 25 through 32.under DOS, under any of the numerous manifestations of Windows, and under OS/2, commandsupper case ( letters),either form of referenceies Do problems 1, 2, 4, 5, and 8 on page 15 of Sarwar, Koretsky, and Sarwar. therefore most other program , a CD writer,some Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 3: Getting Started (pages 17-37). Chapter 4: LINUX Shells (pages 41-57). ing Red Hat Linux,sections 3.1 through 3.15, 3.19, 3.20, 3.22, 3.24, 3.26, and 3.28 (pages 3358, 64-67, 70-74, 76-79, and 82 .  us Do all of the In-Chapter Exercises in chapter 3 of Sarwar et al. Sarwar, Koretsky, and Sarwar s: INUX The Textbook:58, revised 01 Apr, revised 01 Apr *JnJJN`JVn&L6T "bf f     v x z      " $ v ûjU0JjU jU0J0JmHnHu0JhmHnHu56CJOJQJ5CJOJQJOJQJ6\: 56\]OJQJ 6OJQJ6]?vxz "$vxRT68z$,XdlnrhjVn \ٺ0J0JmHnHu0JhmHnHu 6OJQJ:6OJQJ]OJQJ6jU6]jLU0J jUjMUEh 6\^ fvxz "$vxRT68z$d&(,"$:<~:6OJQJ]OJQJj#Uj^U0Jj_U jU0J0JmHnHu0JhmHnHu66]H The Official Red Hat Linux x86 Installation Guide. (for Red Hat Linux 7.2): available on-line at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/" http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/, and also available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 167-page document; it can be expensive for you to print it out in its entirety.) Additional Useful Materials: Getting Started Guide (for Red Hat Linux 7.2): Available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 206-page document; it can be expensive for you to print it out in its entirety.) Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 2: LINUX History (pages 9-14). 1Steps to Get You Started,through 1.4, and also section 1.5.4,  Custom Installations (pages vii through 20. and 22-23). Chapter 2: Installation Options and System Requirements Tables, pages 25 through 32. Appendix E: An Introduction to Disk Partitions, pages 127-148.under DOS, under any of the numerous manifestations of Windows, and under OS/2, commandsupper case ( letters),either form of referenceies Do problems 1, 2, 4, 5, and 8 on page 15 of Sarwar, Koretsky, and Sarwar. therefore most other program , a CD writer,some Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 3: Getting Started (pages 17-37). Chapter 4: LINUX Shells (pages 41-57). ing Red Hat Linux,sections 3.1 through 3.15, 3.19, 3.20, 3.22, 3.24, 3.26, and 3.28 (pages 3358, 64-67, 70-74, 76-79, and 82 .  us There are several sources in which criteria that most frequently given areLength: Contents: Resistance against guessing: Clarity: ements for some or all of these After installing Linux, do all of the  In-Chapter Exercises in chapter 3 of Sarwar et al. go over the1-148/Millenium Edition, or Disk Defrag/Windows 2000 none Sarwar, Koretsky, and Sarwar s: INUX The Textbook:In Chapter 5,  Editing Text Files , sections 5.1-5.2 on the use of the pico editor (pages 61-69, and also Figure 5.3 on page 70). In Chapter 7,  Files and File System Structure , sections 7.1-7.5 (pages 159-189).chapters , 21 plus two appendices: The Textbook3504, an possibly other courses as well350y: The Textbook3its ymaniies Type man bash ori bash.pic, 88, revised 01 Apr, revised 01 Apr The Official Red Hat Linux x86 Installation Guide. (for Red Hat Linux 7.2): available without charge on-line at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/" http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/, and also available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 2: LINUX History (pages 9-14). 1Steps to Get You Started,through 1.5.1,  Workstation Installations (pages vii through 20). Chapter 2: Installation Options and System Requirements Tables, pages 25 through 32. Do problems 1, 2, 4, 5, and 8 on page 15 of Sarwar, Koretsky, and Sarwar. Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 3: Getting Started (pages 17-37). Chapter 4: LINUX Shells (pages 41-57). ing Red Hat Linux,sections 3.1 through 3.15, 3.19, 3.20, 3.22, 3.24, 3.26, and 3.28 (pages 3358, 64-67, 70-74, 76-79, and 82 .  us Do all of the In-Chapter Exercises in chapter 3 of Sarwar et al. Sarwar, Koretsky, and Sarwar s: INUX The Textbook:47, revised 01 Apr, revised 01 Apr de/, and also available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 167-page document; it can be expensivXZ\^46Z 0^`0 0^`0 & FA h80^`0 ^`` The Official Red Hat Linux x86 Installation Guide. (for Red Hat Linux 7.2): available on-line at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/" http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/, and also available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 167-page document; it can be expensive for you to print it out in its entirety.) Additional Useful Materials: Getting Started Guide (for Red Hat Linux 7.2): Available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 206-page document; it can be expensive for you to print it out in its entirety.) Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 2: LINUX History (pages 9-14). 1Steps to Get You Started,through 1.5.1,  Workstation Installations (pages vii through 20). Chapter 2: Installation Options and System Requirements Tables, pages 25 through 32. Appendix E: An Introduction to Disk Partitions, pages 127-148.under DOS, under any of the numerous manifestations of Windows, and under OS/2, commandsupper case ( letters),either form of referenceies Do problems 1, 2, 4, 5, and 8 on page 15 of Sarwar, Koretsky, and Sarwar. therefore most other program , a CD writer,some Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 3: Getting Started (pages 17-37). Chapter 4: LINUX Shells (pages 41-57). ing Red Hat Linux,sections 3.1 through 3.15, 3.19, 3.20, 3.22, 3.24, 3.26, and 3.28 (pages 3358, 64-67, 70-74, 76-79, and 82 .  us There are several sources in which criteria that most frequently given areLength: Contents: Resistance against guessing: Clarity: ements for some or all of these Do all of the In-Chapter Exercises in chapter 3 of Sarwar et al.1-148/Millenium Edition, or Disk Defrag/Windows 2000 none Sarwar, Koretsky, and Sarwar s: INUX The Textbook:88, revised 01 Apr, revised 01 Apr fvxz "$vxRT68z$,tHXnxFl6&fh 56\] 6OJQJ:6OJQJ]OJQJ6jUjU0JjU jU6]K The Official Red Hat Linux x86 Installation Guide. (for Red Hat Linux 7.2): available on-line at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/" http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/, and also available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 167-page document; it can be expensiv yK Thttp://www.redhat.com/docs/manuals/linux/DyK F%Review-Questions-on-Linux-Issues.docDyK F%Review-Questions-on-Linux-Issues.docOh+'0   < H T `lt|Assignments on LINUX9ssiCharlie Abzug Lhar Normal.dotuCharlie Abzug L14rMicrosoft Word 9.0X@_@P,,@b2@-9CO :՜.+,D՜.+,\ hp  James Madison University/CISAT})H Assignments on LINUX Title  8@ _PID_HLINKSAJ %Review-Questions-on-Linux-Issues.docJ %Review-Questions-on-Linux-Issues.docDE*http://www.redhat.com/docs/manuals/linux/DE*http://www.redhat.com/docs/manuals/linux/)vGhttp://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/Ghttp://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/al.dotuCharlie Abzug L14rMicrosoft Word 9.0X@_@P,,@b2@-9CO :6T>h,8@Tdj~(f(h(l(|(~((((((((j%UjqU jU0J0JmHnHu0JhmHnHuOJQJ6]65CJOJQJ56CJOJQJ # 0&P/ =!8"8#$% 88, revised 01 Apr, revised 01 Apr  HYPERLINK "Review-Questions-on-Linux-Issues.doc" see the  HYPERLINK "Review-Questions-on-Linux-Issues.doc" .88 8:JHJP (( & F>P^P` & F@ h80^`0 ^`  & F$p`^p`` 0^`0 e for you to print it out in its entirety.) Additional Useful Materials: Getting Started Guide (for Red Hat Linux 7.2): Available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 206-page document; it can be expensive for you to print it out in its entirety.) Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 2: LINUX History (pages 9-14). 1Steps to Get You Started,through 1.5.1,  Workstation Installations (pages vii through 20). Chapter 2: Installation Options and System Requirements Tables, pages 25 through 32.under DOS, under any of the numerous manifestations of Windows, and under OS/2, commandsupper case ( letters),either form of referenceies Do problems 1, 2, 4, 5, and 8 on page 15 of Sarwar, Koretsky, and Sarwar. therefore most other program , a CD writer,some Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 3:  "$vxIJRT68zҵ$Ķ,XdlƷַnrhj¹Vn \Ƽʼfvº0J0JmHnHu0JhmHnHu 6OJQJ:6OJQJ]OJQJ6jU6]0JjU jUHGetting Started (pages 17-37). Chapter 4: LINUX Shells (pages 41-57). ing Red Hat Linux,sections 3.1 through 3.15, 3.19, 3.20, 3.22, 3.24, 3.26, and 3.28 (pages 3358, 64-67, 70-74, 76-79, and 82 .  us Do all of the In-Chapter Exercises in chapter 3 of Sarwar et al. Sarwar, Koretsky, and Sarwar s: INUX The Textbook:79, revised 01 Apr, revised 01 Apr  XZ\^46 & FA h80^`0 ^``  & F$p`^p`` 0^`0\^46jlnprtvxz|~> 0^`0 0^`0 & FA h80^`0 ^`://www.redhat.com/docs/manuals/linux/DyK yK http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/DyK yK Thttp://www.redhat.com/docs/manualsyK yK Thttp://www.redhat.com/docs/manuals/linux/DyK yK Thttp://www.redhat.com/docs/manuals/linux/DyK yK http://www.redhat.com/do24)HE 2QAssignments on LINUX Charlie Abzug Charlie Abzuge for you to print it out in its entirety.) Additional Useful Materials: Getting Started Guide (for Red Hat Linux 7.2): Available for downloading in printable Adobe Acrobat (*.pdf) format at:  HYPERLINK "http://www.redhat.com/docs/manuals/linux/" http://www.redhat.com/docs/manuals/linux/ (Please note that this is a 206-page document; it can be expensive for you to print it out in its entirety.) Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 2: LINUX History (pages 9-14). 1Steps to Get You Started,through 1.4, and also section 1.5.4,  Custom Installations (pages vii through 20. and 22-23). Chapter 2: Installation Options and System Requirements Tables, pages 25 through 32. Appendix E: An Introduction to Disk Partitions, pages 127-148.under DOS, under any of the numerous manifestations of Windows, and under OS/2, commandsupper case ( letters),either form of referenceies Do problems 1, 2, 4, 5, and 8 on page 15 of Sarwar, Koretsky, and Sarwar. therefore most other program , a$&(*,.02468:JHJPdf ` & F@ h80^`0 ^`  & F$p`^p`` 0^`0 0^`0 CD writer,some Sarwar, Koretsky, and Sarwar s: INUX The Textbook:Chapter 3: Getting Started (pages 17-37). Chapter 4: LINUX Shells (pages 41-57). ing Red Hat Linux,sections 3.1 through 3.15, 3.19, 3.20, 3.22, 3.24, 3.26, and 3.28 (pages 3358, 64-67, 70-74, 76-79, and 82 .  us There are several sources in which criteria that most frequently given areLength: Contents: Resistance against guessing: Clarity: ements for some or all of these After installing Linux, do all of the  In-Chapter Exercises in chapter 3 of Sarwar et al. go over the1-148/Millenium Edition, or Disk Defrag/Windows 2000 none Sarwar, Koretsky, and Sarwar s: INUX The Textbook:In Chapter 5,  Editing Text Files , sections 5.1-5.2 on the use of the pico editor (pages 61-69, and also Figure 5.3 on page 70). In Chapter 7,  Files and File System Structure , sections 7.1-7.5 (pages 159-189).chapters , 21 plus two appendices: The Textbook3504, an possibly other courses as well350: The TextbookDo  Practice Sessions 5.1 and 5.2 on pages 66 and 68-69 of Linux: The Textbook, and also  In-Chapter Exercises 5.1-5.2 and 7.1-7.7 on pages 68, 171, and 189. y: The Textbook3its ymaniies Type man bash ori bash.pic, pic88, revised 01 Apr, revised 01 Apr v x RT68z$d&(,"$:<~*JnJJN`JVn&L65CJOJQJOJQJ\ 56\] 6OJQJ:6OJQJ]OJQJ60JjU6] jUJ XZ\^46$&(*,.02468 0^`0 0^`0 & FA h80^`0 ^`8:JHJP  & F>P^P` & F@ h80^`0 ^`  & F$p`^p`` 0^`0 6T>h,8@Tdj~0J0JmHnHu0JhmHnHuOJQJ6]65CJOJQJ56CJOJQJcs/manuals/linux/RHL-7.2-Manual/install-guide/DyK yK Thttp://www.redhat.com/docs/manuals/linux/DyK yK Thttp://www.redhat.com/docs/manuals/linux/DyK yK http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/DyK yK Thttp://www.redhat.com/docs/manuals/linux/DyK iF@F Normal$`a$CJ_HaJmH sH tH F@F Heading 1$<@&5CJ$KH\aJ$<A@< Default Paragraph Font4O4 Normal-Flush `P>@P Title$<@&a$ 56CJ8KHOJQJ\]aJ8NJ@N Subtitle$<@&a$56CJ(OJQJ\]aJ(:": Answer$0^`0a$CJ 2 Style1LOBL Points-to-Ponder & FL0^`0lORlLearning-by-Doing$P^P`a$CJ_HaJmHnHsH tH u b Style24r4 Code ^CJOJQJaJ66 Normal-Indent ^(( Style3 ^<O< Readingsp`^p``OJQJ4U@4 Hyperlink>*B*CJ`JaJ,@, Header  !6)@6 Page NumberCJOJQJaJ, @, Footer  ! HBCDcdz{|}'()=>Aijp 4 5 H 0 XY M!N!O!P!Q!R!S!T!U!V!W!k!l!!!#"N"v"w""=#>#?#u#'@,--...Z2d67:>>>>>>>>p?q??7@@#C$C6C7C8CFDGDZDEEFFCGDGGGGGGGGGGGGGGGGGHH H00000D0D0D0D0D00}0}0}0}0}0}0}0000000)0)0)0)0)0)0)A 0)A 0)A 0)0)0)L 0)0)0)0)0) 0) 0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)00W!0W!0W!0W!0W!0W!0W!0W!$ 0W!0W!0W!0W!L 0W!L 0W!L 0W!0W!0W!0W!0W!K 0W!K 0W!K 0W!K 0W!K 0W!K 0W!0W!0W!0W!0W!00>0>0>0>@ 0>@ 0>0>0>0>0>0>0>0>0>> 0>> 0>> 0>000@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 0KK.>EvhfDHKLP_iuw++@ER\fEGIJMNV`jkvEFIHS7...CCDD HXTXTXTXXRY[`km!/6BE  (    & , 2 9:AL!!!!" "%%..~???????@EEEEFFDGH HfsU`PSX`;A!!""+$8$ )),,,,--\BbBmEEFFDGH H333333333333333333333 Charlie Abzug|C:\Documents and Settings\abzugcx\Charlie's-Documents\Courses\CS-350-&-511\Assignments\Assignments-Linux-2002-SPR-CS-350.doc Charlie Abzug|C:\Documents and Settings\ab iF@F Normal$`a$CJ_HaJmH sH tH F@F Heading 1$<@&5CJ$KH\aJ$<A@< Default Paragraph Font4O4 Normal-Flush `P>@P Title$<@&a$ 56CJ8KHOJQJ\]aJ8NJ@N Subtitle$<@&a$56CJ(OJQJ\]aJ(:": Answer$0^`0a$CJ 2 Style1LOBL Points-to-Ponder & FL0^`0lORlLearning-by-Doing$P^P`a$CJ_HaJmHnHsH tH u b Style24r4 Code ^CJOJQJaJ66 Normal-Indent ^(( Style3 ^<O< Readingsp`^p``OJQJ4U@4 Hyperlink>*B*CJ`JaJ,@, Header  !6)@6 Page NumberCJOJQJaJ, @, Footer  ! HBCDcdz{|}'()=>Aijp 4 5 H 0 XY M!N!O!P!Q!R!S!T!U!V!W!k!l!!!#"N"v"w""=#>#?#u#'@,--... 26k7D:=Y>Z>m>n>o>>> ?!?e??:@BBBBBCCCYDEEFFCGDGGGGGGGGGGGGGGGGGHH H00000D0D0D0D0D00}0}0}0}0}0}0}0000000)0)0)0)0)0)0)A 0)A 0)A 0)0)0)L 0)0)0)0)0) 0) 0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)00W!0W!0W!0W!0W!0W!0W!0W!$ 0W!0W!0W!0W!L 0W!L 0W!L 0W!0W!0W!0W!0W!K 0W!K 0W!K 0W!K 0W!K 0W!K 0W!0W!0W!0W!0W!00o>0o>0o>0o>@ 0o>@ 0o>0o>0o>0o>0o>0o>0o>0o>0o>> 0o>> 0o>> 0o>> 0o>000@0@0@0@0@0@0@0@0@0@0@0@0@0@0zugcx\Charlie's-Documents\Courses\CS-350-&-511\Assignments\Assignments-Linux-2002-SPR-CS-350.doc Charlie Abzug|C:\Documents and Settings\abzugcx\Charlie's-Documents\Courses\CS-350-&-511\Assignments\Assignments-Linux-2002-SPR-CS-350.doc Charlie Abzug|C:\Documents and Settings\abzugcx\Application Data\Microsoft\Word\AutoRecovery save of Assignments-Linux-2002-SPR-CS-350.asd Charlie Abzug|C:\Documents and Settings\abzugcx\Application Data\Microsoft\Word\AutoRecovery save of Assignments-Linux-2002-SPR-CS-350.as yK Thttp://www.redhat.com/docs/manuals/linux/FjN<~ $  HcP c i u -;  n6'";)d$,*ne [.lj89(xA  iF@F Normal$`a$CJ_HaJmH sH tH F@F Heading 1$<@&5CJ$KH\aJ$<A@< Default Paragraph Font4O4 Normal-Flush `P>@P Title$<@&a$ 56CJ8KHOJQJ\]aJ8NJ@N Subtitle$<@&a$56CJ(OJQJ\]aJ(:": Answer$0^@0@0@0@0 0KK.>Evhv 6(DHKLP_iuw++@ER\ 8(EGIJMNV`jkvEFIHS7.k..JC~CC HXTXTXTXXRY[`km!/6BE  (    & , 2 9:AL!!!!" "%%...?4?6?>?D?L???CCEEFFDGH HfsU`PSX`;A!!""+$8$ )),,,,-- BB; <W "FjN<~ $  HcP c i u -;  n6'";)d$,*ne [.lj89(xA P KI`wXIV9NXyRXT j8X D\T`  c>UFdWWc ue=g"]b|u`dqww ?x _zY]} z~ 2<*$^`.^`.88^8`.^`. ^`OJQJo( `0a$CJ 2 Style1LOBL Points-to-Ponder & FL0^`0lORlLearning-by-Doing$P^P`a$CJ_HaJmHnHsH tH u b Style24r4 Code ^CJOJQJaJ66 Normal-Indent ^(( Style3 ^<O< Readingsp`^p``OJQJ4U@4 Hyperlink>*B*CJ`JaJ,@, Header  !6)@6 Page NumberCJOJQJaJ, @, Footer  !HBCDcdz{|}'()=>Aijp 4 5 H 0 XY M!N!O!P!Q!R!S!T!U!V!W!k!l!!!#"N"v"w""=#>#?#u#'@,--...Z2d67:>>>>>>>>p?q??7@@#C$C6C7C8C9D:DMDDEFZG[GGG#H$H%H&H'H(HJHfHgH|H}H~HHHHHHHH00000D0D0D0D0D00}0}0}0}0}0}0}0000000)0)0)0)0)0)0)A 0)A 0)A 0)0)0)L 0)0)0)0)0) 0) 0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)0)00W!0W!0W!0W!0W!0W!0W!0W!$ 0W!0W!0W!0W!L 0W!L 0W!L 0W!0W!0W!0W!0W!K 0W!K 0W!K 0W!K 0W!K 0W!K 0W!0W!0W!0W!0W!00>0>0>0>@ 0>@ 0>0>0>0>0>0>0>0>0>> 0>> 0>> 0>> 0>000@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0 0KK.>Evhv 6DHKLP_iuw++@ER\ 8EGIJMNV`jkvEFIHS7...CC7DHXTXTXTXXRY[`km!/6BE  (    & , 2 9:AL!!!!" "%%..~???????@8F; <W "FjN<~ $  HcP c i u -;  n6'";)d$,*ne [.lj89(xA P KI`wXIV9NXyRXT j8X D\T`  c>UFdWWc ue=g"]b|u`dqww ?x _zY]} z~ 2<*$^`.^`.88^8`.^`. ^`OJQJo( ^`OJQJo( 88^8`OJQJo( ^`OJQJo(hh^h`. hh^h`OJQJo(88^8`o(.hh^h`.hh^h`o(.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`o(.88^8`o(.hh^h`o(.hh^h`o(.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.hh^h`o(.hh^h`.p0p^p`0o(()^`o(.&z&^&`zo(()&z&^&`zo(()hh^h`.hh^h`.hh^h`o(.hh^h`.88^8`o(.hh^h`.88^8`o(.hh^h`o(.p0p^p`0o(()hh^h`.hh^h`.hh^h`o(.hh^h`.hh^h`.88^8`o(.LueD\ueueuej89j89j89j89,*D\,*,*,*,*D\,*,*,*,*,*HcP$ ]}j8X?x-; xAyR]b|u9NP KIdqwwc~ ueDW~ uePW~ ue\W~ D\hW~ ^`.PLP^P`L.hh^h`o(.hh^h`.p0p^p`0o(()^`o(.&z&^&`zo(()&z&^&`zo(()h~}|uwXI,*tW~ ,*W~ i,*W~ WWc,*W~ ,*z~n6' cT`FjNT=g2<*W ,*,*,*,*W~ _zyI;)e [. HHH ..J<         XYv"u#-DGH H@EE\CEE0^`0GCJsH tH aJ_HFC$GCJsH tH aJ_HP`P( & Fp`??VDWD^p``( & F??VDWD^`/ & FLVDWDGCJsH tH aJ_H.Fp`C$^p``GCJsH tH aJ_H'p`^p``GCJsH tH aJ_ie Abzug|C:\Documents and Settings\abzugcx\Application Data\Microsoft\Word\AutoRecovery save of Assignments-Linux-2002-SPR-CS-350.asd Charlie Abzug|C:\Documents and Settings\abzugcx\Application Data\Microsoft\Word\AutoRecovery save of Assignments-Linux-2002-SPR-CS-350.asd Charlie Abzug|C:\Documents and Settings\abzugcx\Application Data\Microsoft\Word\AutoRecovery save of Assignments-Linux-2002-SPR-CS-350.asd Charlie Abzug|C:\Documents and Settings\abzugcx\Application Data\Microsoft\Word\AutoRecovery save ofh^h`.hh^h`.hh^h`o(.hh^h`.88^8`o(.hh^h`.88^8`o(.hh^h`o(.p0p^p`0o(() hh^h`.hh^h`.hh^h`o(.hh^h`.hh^h`.88^8`o(.LueD\ueueuej89j89j89j89,*D\,*,*,*,*D\,*,*,*,*,*HcP$ ]}j8X?x-; xAyR]b|u9NP KIdqwwc~ ue8#CueD#CueP#CD\\#C~}|uwXI,*h#C,*t#Ci,*#CWWc,*#C,*z~n6' cT`FjNT=g2<*W ,*,*,*,*#C_zyI;)e [. HHH ..J<         XYv"@,-DGH H@CCTz~ CC0^`0GCJsH tH aJ_HFC$GCJsH tH aJ_HP`P( & Fp`??VDWD^p``( & F??VDWD^`/ & FLVDWDGCJsH tH aJ_H.Fp`C$^p``GCJs Assignments-Linux-2002-SPR-CS-350.asd Charlie Abzug|C:\Documents and Settings\abzugcx\Application Data\Microsoft\Word\AutoRecovery save of Assignments-Linux-2002-SPR-CS-350.asd Charlie Abzug|C:\Documents and Settings\abzugcx\Application Data\Microsoft\Word\AutoRecovery save of Assignments-Linux-2002-SPR-CS-350.asd Charlie Abzug|C:\Documents and Settings\abzugcx\Charlie's-Documents\Courses\CS-350-&-511\Assignments\Assignments-Linux-2002-SPR-CS-350.doc.|CR}7x~̍BDP`!59?Bh(D/~jJyI,C>; <W "FjN<~ $  HcP c i u -;  n6'";)d$,*ne [.lj89(xA P KI`wXIV9NXyRXT j8X D\T`  c>UFdWWc ue=g"]b|u`dqww ?x _zY]} z~ 2<*$^`.^`.88^8`.^`. ^`OJQJo( ^`OJQJo( 88^8`OJQJo( ^`OJQJo(hh^h`. hh^h`OJQJo(88^8`o(.hh^h`.hh^h`o(.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`.hh^h`o(.88^8`o(.hh^h`o(.hh^h`o(.^`.pLp^p`L.@ @ ^@ `.^`.L^`L.^`.^`.PLP^P`L.hh^h`o(.hh^h`.p0p^p`0o(()^`o(.&z&^&`zo(()&z&^&`zo(()hh^h`.hh^h`.hh^h`o(.hh^h`.88^8`o(.hh^h`.88^8`o(.hh^h`o(.p0p^p`0o(()hh^h`.hh^h`.hh^h`o(.hh^h`.hh^h`.88^8`o(.LueD\ueueuej89j89j89j89,*D\,*,*,*,*D\,*,*,*,*,*HcP$ ]}j8X?x-; xAyR]b|u9NP KIdqwwc~ ueb~ ueb~ ueb~ D\b~ ~}|uwXI,*b~ ,*c~ i,* c~ WWc,*c~ ,*z~n6' cT`FjNT=g2<*W ,*,*,*,*$c~ _zyI;)e [. HHH ..J<         XYv"u#-GHH@GG\CGG0^`0GCJsH tH aJ_HFC$GCJsH tH aJ_HP`P( & Fp`??VDWD^p``( & F??VDWD^`/ & FLVDWDGCJsH tH aJ_H.Fp`C$^p``GCJsH tH aJ_H'pH3p`^p``GCJsH tH aJ_H56\]#F`GCJsH tH aJ_H@GHIJHIx{  GSTU$&'()*= &'+,-./0123456789:;<=>?@Aghi Yop}  ! & ' N W [ g n v w     3 4 V]`8=>JQRXYOQSVWX\]af L!M!O!U!V!W!X!!!" " """"""""""""""""""" "!"""#"N"v"w"""""""""""###%#9#:#;#<#=#>#?#u######''5'>'n'}'''''''''( ((((()) )!)))?,@,-----------..#.*.6.////Z2d678898J8L8N8Q8\8i8v8x8y88:>>>>>>>>|?~?????????????????????????????????@@6@7@E@F@d@e@f@@@AAJA\A^ApArA{AAAAA B BcBdBzBBC!CbDjDpDqDsDxDDDDDDDDDDDDDEEEEE!E"E,E/EkElEmEnEoEpEqErEtEuEvEwExEzE{E}E~EEEEEEEEEEEECGDGGGGGGGGGGGHHH H H@@@AAAAA A AAAAAAAAAA A"A$A&A(A*A,A8A:A<A>A@ABADAFAHAJALANAPARATAVAXAZA\A^A`AbAdAfAhAjAlAnApArAtAvAxAzA|A~AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtAvAxAzAAAAAAAA A"A$AvAxAAAR@V@\A^@@AAAAAAAAtAAAAAAAARATAVAAAA.@2@4@ @A6@ @@D @A8ApArA @AzA|A~AA @AAAAAAAAAAAAAAA@ @AA@@@AAh@AAAAAAAAAAAAA A AAAA@A$A&A(A*A,A.A0A2A4A`AhAjAnApArA~AAAAAAAAAAAAAAAAAAAA@AAd@AAAA@@@@A*@AAA&AAAAAP@AA@AA@AAA@AA@AAA@A A&A@@^H tH aJ_H'p`^p``GCJsH tH aJ_H3p`^p``GCJsH tH aJ_H56\]0J 0J6]#F`GCJsH tH aJ_H"GHIJHIx{  GSTU$&'()*= &'+,-./0123456789:;<=>?@Aghi Yop}  ! & ' N W [ g n v w     3 4 V]`8=>JQRXYOQSVWX\]af L!M!O!U!V!W!X!!!" " """"""""""""""""""" "!"""#"N"v"w"""""""""""###%#9#:#;#<#=#>#?#u######''5'>'n'}'''''''''( ((((()) )!)))?,@,-----------..#.*.6.7.8.9.i.j.k.l......C/D/F/J/ 26k7777778 88&8(8)8U8D:=Y>f>g>h>l>o>p>,?.?J?K?O?P?Q?R?S?T?U?V?W?X?Y?Z?[?\?]?^?_?`?a?b?c?d?e?s?t????????????@@@9@:@@@ AA A"A+A?AAAAAABB*BMBBBBC C CCCCCCCCCCCBCJCKCLC|C}C~CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCDDDDD D D DDDDDDDDDD D$D%D&D'D(D)D,D-D/D0D1D3D4D5D7D8D9D:D;D A@ AB AD AF AH AJ AL AN AP AR AT AV AX AZ A\ A^ A` Ab Ad Af Ah Aj Al An Ap Ar At Av Ax Az A| A~ A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A A At Av Ax Az A A A A A A A A A" A$ Av Ax A A AR@V@\A^@@AAAAAAAAtAAAAAAAARATAVAAAA.@2@4@ @A6@ @@D @A8ApArA @AzA|A~AA @AAAAAAAAAAAAAAA@ @AA@@@AAh@AAAAAAAAAAAAA A AAAA@A$A&A(A*A,A.A0A2A4A`AhAjAnApArA~AAAAAAAAAAAAAAAAAAAA@AAd@AAAA@@@@A*@AAA&AAAAAP@AA@AA@AAA@AA@AAA@A A&A@@^@@`@A(A*A,@@@AAA`,@AA@,@AAA6@AA@6@@*:@A,:@AAAAA A AA@@AA @@@^B@@`B@A @D@@"AX@Ax@@$@&@*@6@8A:@F@A @A<AtAvA @A~AAAA @AAAAAAAAAAAAAAA@ @@@@PH@ @TH@AH@AJALANAPARATAH@AnAAAI@AAABAI@AD@F@H@I@ @J@A@ AJALA@ APA@ @(@ARAAJ@AATK@AAZK@A`^p``GCJsH tH aJ_H3p`^p``GCJsH tH aJ_H56\]#F`GCJsH tH aJ_H GHIJHIx{  GSTU$&'()*= &'+,-./0123456789:;<=>?@Aghi Yop}  ! & ' N W [ g n v w     3 4 V]`8=>JQRXYOQSVWX\]af L!M!O!U!V!W!X!!!" " """"""""""""""""""" "!"""#"N"v"w""""""`K@AAAhK@AL@AAAL@AM@AAJAM@AM@ANA`AM@AbAnO@@8T@A:T@@$W@@&W@AAAAAAAAAAAAW@AVAX@A(A(A(Ad(Af(Ah(AX@AX@AX@AFY@Aj(@TY@AnAZ@Ap@Z@@J`@@^h@A k@AxAzAl@AAAAbl@AA|l@A"""""###%#9#:#;#<#=#>#?#u######''5'>'n'}'''''''''( ((((()) )!)))?,@,-----------..#.*.6.////Z2d678898J8L8N8Q8\8i8v8x8y88:>>>>>>>>|?~?????????????????????????????????@@6@7@E@F@d@e@f@@@AAJA\A^ApArA{AAAAA B BcBdBzBBC!CICVC[C\C^C_CbCcCdCfCgChCiCjCMDODPDRDUDVDZD[D_DaDbDcDdDeDfDgDhDiDkDlDmDoDpDqDtDuDwDxDyD{D|DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEE EEE#E$E%E&EREVEzEEEEEEEEEEEEEEFFFFFFFF F F F FFFFFFFFFFFF8F;F A@ AB AD AF AH AJ AL AN AP AR AT AV AX AZ A\ A^ A` Ab Ad Af Ah Aj Al An Ap Ar At Av Ax Az A| A~ A A A A A A A A A A A A A A A A A A A A A @@`@A(A*A,@@@AAA`,@AA@,@AAA6@AA@6@@*:@A,:@AAAAA A AA@@AA @@@^B@@`B@A @D@@"AX@Ax@@$@&@*@6@8A:@F@A @A<AtAvA @A~AAAA @AAAAAAAAAAAAAAA@ @@@@PH@ @TH@AH@AJALANAPARATAH@AnAAAI@AAABAI@AD@F@H@I@ @J@A@ AJALA@ APA@ @(@ARAAJ@AATK@AAZK@A`K@AAAhK@AL@AAAL@AM@AAJAM@AM@ANA`AM@AbAnO@@8T@A:T@@$W@@&W@AAAAAAAAAAAAW@AV@X@AnAZ@Ap@Z@@J`@@^h@A k@AxAzAl@AAAAbl@AA|l@AA l@@l@@^p@@Zw@@x@Ay@AA@y@A@y@A @AAAA @A&A(A*A,A @A.A0A2A4A6A8A:A<A>A@ABADAFAHAJ@ @ALAhAjAAAAAAA @NAPAlAnAAA@"|@A$|@AA}@AA}@A A}@AA}@A~@A6A~@ATA~@AZA@A\A@A@@A@Ã@AAރ@A @AA@A$@A,@AA0@AA@A@Ã@AAރ@A @AJ@@~@AAAЇ@AA@AA@AAAAAAAAAAAAAAAA؇@AA@AA AA@@AAĆ@AȆ@A@,@@@@V@@@AA @A @0@A"@@@@z@@|@AB@@@@@b@@UnknownGz Times New Roman5Symbol3& z ArialC"UniversArial5& z!Tahoma?5 z Courier New"qh;a&dF5dF O :}!24)HE 2QAssignments on LINUX Charlie Abzug Charlie AbzugA l@@l@@^p@@Zw@@x@Ay@AA@y@A@y@A @AAAA @A&A(A*A,A @A.A0A2A4A6A8A:A<A>A@ABADAFAHAJ@ @ALAhAjAAAAAAA @NAPAlAnAAA@"|@A$|@AA}@AA}@A A}@AA}@A~@A6A~@ATA~@AZA@A\A@A@@A|@A@AAAAAAAAAAAAʁ@Al(A|(A~(A(A(A(A(AX@AX@AX@AFY@A(A(@f@AAAAAAAAAAAAAAAAAAAAAA A AAAAAAA"A$A*A,A.A0A4A6A8A<A>A@ADAFAJALATAVA\AdAfAhAjAnApArAxAzA|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA@ A@A@Ã@A Aރ@A @AA@A$@A,@A,A0@A.A@A@Ã@A6Aރ@A @AJ@@~@A8A<AЇ@A>A@A@A@AFAHAJALANAPARATAXAZA\A^A`AdAfA؇@AjA@AlAnAtAv@@AxAĆ@AȆ@A~@,@AAA@@‰@@@@V@@@A(A @A(@0@A@@@@z@@|@A@@@@@(@@UnknownGz Times New Roman5Symbol3& z ArialC"UniversArial5& z!Tahoma?5 z Courier New"qh;a&dF5dFO :}!24)HE 2QAssignments on LINUX Charlie Abzug Charlie AbzugJKLMNwQRSTUVXr\]^_`abcghijklmnopqstuv[yz{|}~M 0Ebjbj=========*WWDGlZ^^^^^^bjbjbj8jdjt^ p~k^k(llllllגْْْْْْ$| #^llllln^^llƶnnnl^l^lגnlגn ny W<^^{lrk >A@ABADAFAHAJ@ @ALAhAjAAAAAAA @NAPAlAnAAA@"|@A$|@AA}@AA}@A A}@AA}@A~@A6A~@ATA~@AZA@A\A@A@@A|@A@AAAAAAAAAAA@ʁ@AAAAAAAAAAAAAAAAAAAAAA A AAAAAAA"A$A*A,A.A0A4A6A8A<A>A@ADAFAJALATAVA\AdAfAhAjAnApArAxAzA|AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA@ A@A@Ã@A Aރ@A @AA@A$@A,@A,A0@A.A@A@Ã@A6Aރ@A @AJ@@~@A8A<AЇ@A>A@A@A@AFAHAJALANAPARATAXAZA\A^A`AdAfA؇@AjA@AlAnAtAv@@AxAĆ@AȆ@A~@,@AAA@@‰@@@@V@@@AA @A@0@A@@@@z@@|@A@@@@@@@UnknownGz Times New Roman5Symbol3& z ArialC"UniversArial5& z!Tahoma?5 z Courier New"qh;a&dF5dF d ?;~!24HZG 2QAssignments on LINUX Charlie Abzug Charlie AbzugM 0Ebjbj========(WWGlbbb8dt[p~^(8888888$] 8_8}"8b[88  ?1<c8r )A b{7bc8\x[0[7__c8Root Entry F)AEData Pq1TableZWordDocument>(    2!"#$%&3456789:;<=?DBFGH0Table_ZefxYdSummaryInformation(DocumentSummaryInformation8$CompObjjObjectPoolγγ  FMicrosoft Word Document MSWordDocWord.Document.89q՜.+,D՜.+,\ hp  James Madison University/CISAT~H Assignments on LINUX Title 8@ _PID_HLINKSAs& Phttp://www.cs.jmu.edu/users/abzugcx/CS 511/Review-Questions-on-Linux-Issues.docs& Phttp://www.cs.jmu.edu/users/abzugcx/CS 511/Review-Questions-on-Linux-Issues.docDE*httpOh+'0   < H T `lt|Assignments on LINUX9ssiCharlie Abzug Lhar Normal.dotuCharlie Abzug L13rMicrosoft Word 9.0X@^@P,,@b2@HAd ?;://www.redhat.com/docs/manuals/linux/DE*http://www.redhat.com/docs/manuals/linux/)vGhttp://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/WO  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNwQRSTUVXr\]^_`abcghijklmnopqstuv[yz{|}~ZefxYd  SummaryInformation(DocumentSummaryInformation8|CompObjjObjectPoolγγ  FMicrosoft Word Document MSWordDocWord.Document.89q՜.+,D՜.+,\ hp  James Madison University/CISAT})H Assignments on LINUX Title  8@ _PID_HLINKSAJ %Review-Questions-on-Linux-Issues.docJ %Review-Questions-on-Linux-Issues.docDE*http://www.redhat.com/docs/manuals/linux/DE*http://www.redhat.coOh+'0   < H T `lt|Assignments on LINUX9ssiCharlie Abzug Lhar Normal.dotuCharlie Abzug L14rMicrosoft Word 9.0X@_@P,,@b2@-9CO :m/docs/manuals/linux/)vGhttp://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/Ghttp://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/install-guide/