3 Pages

linuxusers

Course: COLL 148 , Spring 2011
School: DeVry Portland
Rating:
 
 
 
 
 

Word Count: 903

Document Preview

Adding Linux Users In Linux, there are multiple ways to add users. You are going to do it two ways. First, you are going to use the GUI to add a user. It is easy and it is more like Windows. Then, you are going to remotely connect to the Linux computer. When you logon remotely, you just have a shell prompt no GUI available. You have to use the command-line version of adding a user this time. DELIVERABLES: Insert...

Register Now

Unformatted Document Excerpt

Coursehero >> Oregon >> DeVry Portland >> COLL 148

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
Adding Linux Users In Linux, there are multiple ways to add users. You are going to do it two ways. First, you are going to use the GUI to add a user. It is easy and it is more like Windows. Then, you are going to remotely connect to the Linux computer. When you logon remotely, you just have a shell prompt no GUI available. You have to use the command-line version of adding a user this time. DELIVERABLES: Insert the three screen-shots as described below Launch the Linux + XP environment. To add a user using the GUI: 1. Click the red hat->System Settings->Users And Groups 2. Click the Add User button in the upper left. 3. Fill in the following information: User Name: mnoia Full Name: Mary Noia Password and Confirm Password: Password% 4. 5. 6. 7. 8. 9. Notice that it is going to create a home directory at /home/mnoia Click OK. Click on mnoia on the main pane and then click Properties Click the Account Info tab. Note that you can set an expiration date and lock the account. Click the Password Info tab. Note that the password settings are similar to those that you saw in the Group Policy lab assignment. Click Cancel to exit the Properties window Click File->Quit to exit the User window Now that we have a user, we want to be able to log on to the Linux computer from Windows. There are two typical methods used to log on to Linux. The first is telnet. Unfortunately, telnet is not secure. All data, including the user name and password, is sent in clear text, meaning that anyone could capture the packets and see your password. Because of this, telnet is disabled by default. The other way to log on is to use secure shell. However, Windows does not support secure shell so we will have to download a commonly used utility called PuTTY. To find the IP address of the Linux computer: 1. Click the red hat->System Tools->Terminal 2. Type: ifconfig There are FIVE IP addresses on this screen and only ONE will work. 3. Scroll up to the top of the ifconfig command. You will see on the left eth0 4. On the line below eth0, write the IP address that is to the right of inet addr: To download and run PuTTY: 1. In the upper left, click Lab->Switch To->WinXP 2. Log on with a password of: password 3. Open the browser and type a URL of: google.com 4. Search for: putty.exe 5. Click the first link which is: PuTTY Download Page 6. Scroll down until you see a link for putty.exe 7. Click on the link. 8. Save it to the desktop with the default name. 9. Close the download window the and browser. To login to Linux from Windows: 1. Double-click on putty which should be on the desktop. The PuTTY Configuration window opens. 2. In the Host Name (or IP address) text box, type the IP address of the Linux computer that you wrote down above. 3. Click the Open button. 4. The PuTTY Security Alert dialog box opens. Click Yes. 5. You should see the Login as:. Whether you do or dont, start typing: root 6. After you press Enter, it asks for the password. Type: password (The cursor will NOT move) 7. Now you should see the familiar # prompt. To create a user based on your name from the command-line: 1. You dont have the GUI available so you have to use the command-line. 2. Type: useradd followed by a user name based on your own name. 3. To create a password for the user, type passwd followed by the user name you just created. 4. Create a password that Linux likes. For example, if you try to create a password called password, Linux will complain BAD PASSWORD. Yes, it will still create the password but we want to make it more secure. Keep repeating step 3 until it doesnt complain about your password. Hint: Dont use recognizable words. Insert a screen-shot of the result 5. Type: exit Use PuTTY to log on as the user you just created. THIS IS TRICKY SO BE CAREFUL! When you click the Open button, there is a good chance that the screen will NOT display anything. Start typing your user name and Login as: will then appear. The same thing could happen after you press Enter to type your password. Just start typing your password. Remember that the cursor will not move as you type the password. Create a text file using the vi editor. Again, we cant use a fancy GUI editor because we only have a command line. 1. Type: vi test.txt 2. Press the I key. Notice that in the lower left it states that you are in the Insert mode. 3. Type: Hello, World! 4. Press the Esc key to exit the Insert mode. 5. Type the following to save the file and exit the vi editor: :wq 6. Type the following to verify that the file is there: ls Insert a screen-shot of the result Check what you have done on the Linux computer 1. Go back to the Linux computer. 2. Remember when you looked at the user properties for mnoia? Do the same thing with the user you created from XP. Insert a screen-shot of the result 3. Note the location of the home directory. 4. At a terminal prompt, use the ls command followed by the location of the home directory to display the contents. Insert a screen-shot of the result
Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

DeVry Portland - COLL - 148
Making Sense of Your Financial FutureMoney Sense AssignmentUnderstanding the financial aspects of attending college is a major component of successful collegecompletion. This assignment has been created to help you manage your financial future; it will
DeVry Portland - COLL - 148
Configuring NFSIn this lab, both servers are configured in the same way. RedHat8-1 is going to be the server andRedHat-2 is going to be the client.Launch the Linux + Linux environment.Your objective is to share the /tmp directory on the serverOn the
DeVry Portland - COLL - 148
PlanofStudyInstructionsforOnlineStudentsBesuretoviewtheDegreeNavigatorvideo,beforecompletingyourPlanofStudy.Youwillneed informationfromthevideotocompleteyourPlanofStudy.Theinstructionsfortheassignmentare alsoincludedinDocSharingifyouwouldliketoprintthe
DeVry Portland - COLL - 148
Sample APA Reference List with Explanatory NotesReferencesNote to Students: Reference List entries are listed alphabetically by the authors last name. Ifthere is no author name, alphabetize by the sponsoring organization, and if there is no sponsoring
DeVry Portland - COLL - 148
Sharing FilesIn order to share files across the network, first we have to share a folder. Security is veryimportant. We want to make sure that only the appropriate people see the files. Thereare two levels of security. First, we can control access to t
DeVry Portland - COLL - 148
Create Users and Organizational Units in Windows Server 2003In server-based networking, we consolidate users in a centralized location. Because therecan be many users, we often organize them by putting them in Organizational Units(OUs). One of the reas
DeVry Portland - COLL - 148
Running head: TITLE OF YOUR PAPER IN CAPSTitle(upper and lower case/can be 2 lines)AuthorDeVry UniversityProfessor BunchDate of submissionProjects Full Title1TITLE OF YOUR PAPER IN CAPS2Here you will enter text body of the project. Add as many
DeVry Portland - COLL - 148
MoneySenseStudent Finance - What WeDoStudent Finance works with students by:Enhancing your understanding offinancial responsibilitiesProviding appropriate guidance to helpyou make informed financial decisionsExploring options to help coverexpense
DeVry Portland - COLL - 148
Student Name:Exploring TCP/IPAlthough we use a logical address, such as 192.168.0.100 to communicate with another computer, it is the physicaladdress, also called Media Access Control (MAC) address that is used to communicate between two directly conne
DeVry Portland - COLL - 148
Group Policy in Windows Server 2003Once users are added, we want to be able to see the benefits of centralized control. Inthis lab, we standardize the password policy by requiring a minimum length of eightcharacters and change other policy parameters.
DeVry Portland - COLL - 148
Stafford Loan Repayment PlansThere are five repayment plans available to Stafford Loan borrowers: Standard Repayment Plan: This will be your repayment plan unless you request another plan from yourlender. The plan is designed to enable you to completel
DeVry Portland - COLL - 148
Linux Adding UsersIn Linux, there are multiple ways to add users. You are going to do it two ways. First,you are going to use the GUI to add a user. It is easy and it is more like Windows. Then,you are going to remotely connect to the Linux computer. W
DeVry Portland - COLL - 148
Making Sense of Your Financial FutureMoney Sense AssignmentUnderstanding the financial aspects of attending college is a major component of successful collegecompletion. This assignment has been created to help you manage your financial future; it will
DeVry Portland - COLL - 148
Needing vs. Wanting Do I really know the difference?Can you distinguish the things you need to accomplish your goals from the things you merely want? Fill inthe table below and identify recent purchases of things you need versus things you want. Begin b
DeVry Portland - COLL - 148
Configuring NFSIn this lab, both servers are configured in the same way. RedHat8-1 is going to be the server andRedHat-2 is going to be the client.Launch the Linux + Linux environment.Your objective is to share the /tmp directory on the serverOn the
DeVry Portland - COLL - 148
Create Users and Organizational Units in Windows Server 2003In server-based networking, we consolidate users in a centralized location. Because therecan be many users, we often organize them by putting them in Organizational Units(OUs). One of the reas
DeVry Portland - COLL - 148
What Are My Goals?Complete the following goal statements.Career Goal:I want to bea(n)_ (careerchoice). I plan to achieve this goal by: (list what you need to do in order to have a career in the area you have chosen):______Educational Goal:1.
DeVry Portland - COLL - 148
Business Administration - Business Information SystemsSummer 2010SemesterPre-Req11111TTLCourse #Course TitleENGL032/092 DEVELOPMENTAL ENGLISHMATH032/092 DEVELOPMENTAL MATHBUSN115INTRO TO BUSINESS AND TECHNOLOGYCRITICAL THINKING & PROBLEMC
DeVry Portland - COLL - 148
Stafford Loan Repayment PlansThere are five repayment plans available to Stafford Loan borrowers:(See your Financial Literacy Consultant to discuss the repayment option right for you) Standard Repayment Plan: This will be your repayment plan unless you
DeVry Portland - COLL - 148
Sharing FilesIn order to share files across the network, first we have to share a folder. Security is veryimportant. We want to make sure that only the appropriate people see the files. There aretwo levels of security. First, we can control access to t
DeVry Portland - COLL - 148
Configuring a Samba serverThe administrative user name in Linux is called root. In this lab, we needed to create the same user inLinux that exists in Windows XP so a user called administrator with a password of (you guessed it)password has already been
DeVry Portland - COLL - 148
Solutions 1 1Network+ Guide to Networks, 4th EditionthNetwork+ Guide to Networks, 4 EditionChapter 1 SolutionsReview Questions1. What was the only method of sharing files between computers before networks were invented?d. copying data from one comp
DeVry Portland - COLL - 148
Solutions 2 1Network+ Guide to Networks, 4th EditionthNetwork+ Guide to Networks, 4 EditionChapter 2 SolutionsReview Questions1. Which of the following standards organizations has established guidelines for installing networkcables in commercial bu
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 4 1Network+ Guide to Networks, 4th EditionChapter 4 SolutionsReview Questions1. What type of information must a protocol suite supply to be routable?b. Network layer address2. Which protocol suite gr
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 5 1Network+ Guide to Networks, 4th EditionChapter 5 SolutionsReview Questions1. If you purchase a new desktop computer today, what type of expansion board NIC isit most likely to contain?b. PCI2. Wh
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 6 1Network+ Guide to Networks, 4th EditionChapter 6 SolutionsReview Questions1. You are asked to upgrade a bus topology LAN at a friends house to a star topologyLAN. Your friend wants to connect three
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 7 1Network+ Guide to Networks, 4th EditionChapter 7 SolutionsReview Questions1. A customer calls your ISPs technical support line, complaining that his connection tothe Internet usually goes as fast a
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 8 1Network+ Guide to Networks, 4th EditionChapter 8 SolutionsReview Questions1. What is the function of a redirector?c. to determine whether a request is meant for the client CPU or the server2. Whic
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 9 - 1Network+ Guide to Networks, 4th EditionChapter 9 SolutionsReview Questions1. In what year did work begin on the UNIX system?d. 19692. Which two of the following are open source software implemen
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 10 - 1Network+ Guide to Networks, 4th EditionChapter 10 SolutionsReview Questions1. What is the minimum amount of RAM required for a NetWare 6.5 server?d. 512 MB2. In addition to a NetWare partition,
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 11 - 1Network+ Guide to Networks, 4th EditionChapter 11 SolutionsReview Questions1. Suppose a large corporation has leased an entire Class A network range of IPaddresses, which offers over 16 million
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 12 - 1Network+ Guide to Networks, 4th EditionChapter 12 SolutionsReview Questions1. You are working at the help desk and take a call from a user who cannot log on to thenetwork. After verifying that t
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 13 - 1Network+ Guide to Networks, 4th EditionChapter 13 SolutionsReview Questions1. Which of the following percentages represents the highest availability?a. 99.99%2. Which of the following is most l
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 14 - 1Network+ Guide to Networks, 4th EditionChapter 14 SolutionsReview Questions1. A hacker posing as a package delivery service employee walks into your companysoffices and convinces the receptionis
DeVry Portland - COLL - 148
Network+ Guide to Networks, 4th EditionSolutions 15 - 1Network+ Guide to Networks, 4th EditionChapter 15 SolutionsReview Questions1. In project planning, what is the purpose of a milestone?c. to mark the completion of a major task or group of tasks
Maryland - BMGT - 326
Chapter 2: Enterprise SystemsAccounting Information Systems, 9e Gelinas Dull Wheeler 2011 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distributed with a
Maryland - BMGT - 326
Chapter 3: Electronic Business (E-Business) SystemsAccounting Information Systems, 9e Gelinas Dull Wheeler 2011 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a licen
Maryland - BMGT - 326
Chapter 4: Documenting Information SystemsAccounting Information Systems, 9e Gelinas Dull Wheeler 2011 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part, except for use as permitted in a license distri
Maryland - BMGT - 326
Chapter 8:Controlling InformationSystems: Introduction toPervasive ControlsAccounting Information Systems, 9eGelinas Dull Wheeler 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated,in whole or in part, except for
Maryland - BMGT - 326
Chapter 10:The Order Entry/Sales(OE/S) ProcessAccounting Information Systems, 9eGelinas Dull Wheeler2011CengageLearning.AllRightsReserved.Maynotbecopied,scanned,orduplicated,inwholeorinpart,exceptforuseaspermittedinalicensedistributedwithacertainpro
Maryland - BMGT - 326
Chapter 11:The Billing/AccountsReceivable/Cash Receipts(B/AR/CR) ProcessAccounting Information Systems, 9eGelinas Dull Wheeler2011CengageLearning.AllRightsReserved.Maynotbecopied,scanned,orduplicated,inwholeorinpart,exceptforuseaspermittedinalicense
Maryland - BMGT - 326
Chapter 12:The Purchasing ProcessAccounting Information Systems, 9eGelinas Dull Wheeler2011CengageLearning.AllRightsReserved.Maynotbecopied,scanned,orduplicated,inwholeorinpart,exceptforuseaspermittedinalicensedistributedwithacertainproductorserviceo
Maryland - BMGT - 326
Chapter 13:The Accounts Payable/Cash Disbursement(AP/CD) ProcessAccounting Information Systems, 9eGelinas Dull Wheeler2011CengageLearning.AllRightsReserved.Maynotbecopied,scanned,orduplicated,inwholeorinpart,exceptforuseaspermittedinalicensedistribu
Maryland - BMGT - 326
Chapter 14:The Human Resources(HR) Management andPayroll ProcessesAccounting Information Systems, 9eGelinas Dull Wheeler2011CengageLearning.AllRightsReserved.Maynotbecopied,scanned,orduplicated,inwholeorinpart,exceptforuseaspermittedinalicensedistri
Maryland - BMGT - 326
Chapter 16:The General Ledger andBusiness Reporting (GL/BR)ProcessAccounting Information Systems, 9eGelinas Dull Wheeler2011CengageLearning.AllRightsReserved.Maynotbecopied,scanned,orduplicated,inwholeorinpart,exceptforuseaspermittedinalicensedistri
Maryland - BMGT - 326
Chapter 17:Acquiring and ImplementingAccounting InformationSystemsAccounting Information Systems, 9eGelinas Dull Wheeler2011CengageLearning.AllRightsReserved.Maynotbecopied,scanned,orduplicated,inwholeorinpart,exceptforuseaspermittedinalicensedistri
Northwestern - CHEM - 102
1Last Name _ First Name_FINAL EXAM Chemistry 102, Winter 2004Please read the entire page of directions before you begin. Do not beginuntil you are instructed to do so by your TA. You will have 2 hours tocomplete this exam.YOU MUST FILL OUT THE BUBBL
South Carolina - HPEB - 502
HPEB 502: APPLIED ASPECTS OF HUMAN NUTRITIONSTUDY GUIDE FOR FINAL EXAM FALL 2011Dr. Kara MontgomeryThe final exam includes primarily the textbook units covered in class since our third test: Chapters 10 & 12-16.Questions on the exam may be based on th
South Carolina - HPEB - 502
Chapter 16 continued Older AdultsWhy the Focus on Older Adults?What Is an Older Adult?At age 50, a person is considered an olderadult.Adults are living longer:Life expectancy of person born in 1900 was 47 yearsLife expectancy of person born in 1990
South Carolina - HPEB - 502
Chapter 16Life CycleNutrition:Toddlersthrough theLater YearsEarlyChildhoodTwoagecategoriesduringearlychildhood:Toddlers:13yearsoldPreschoolers:35yearsoldGrowthslowssignificantly:Averageweightgainin2ndyear:35poundsAverageheightgain:35inchesYou
South Carolina - HPEB - 502
Chapter 15 - ContinuedBreastfeeding throughInfancyWhatIsBreastfeedingandWhyIsItBeneficial?Lactation: prolactin produces milk in breast andoxytocin causes milk to be released (let-down)Breastfeeding provides physical, emotional, andfinancial benefi
South Carolina - HPEB - 502
Chapter15LifeCycleNutritionPregnancyNutrients and Behaviors of Fathers and aHealthy PregnancyBe fo re c o nc e p tio n,fa th e rs to b e ne e d to e a twe llto p ro d uc e h e a lth ys p e rmNutrients and Behaviors of Mothersand a Healthy Pregnan
South Carolina - HPEB - 502
Chapter 14Hunger atHome andAbroadWhat Is Food Insecurity and Why Does ItExist?Food secure vs. food insecureFood security ranges (Table 14.1)Food insecurity: inability to satisfy basic food needs due tolack of financial resources or other problems
South Carolina - HPEB - 502
Chapter13FoodSafetyandTechnologyHPEB502Fall2011Dr.KaraMontgomeryWhatIsFoodSafetyandWhyIsItImportant?U.S.enjoysoneofsafestfoodsuppliesinworldMillionsstillsufferannuallyfromsometypeoffoodborneillness 48millionaffectedhttp:/www.cdc.gov/foodbornebu
South Carolina - HPEB - 502
Chapter12Consumerism:FromWhatDoesItMeanToBeaFoodConsumer?HowDoAdvertisingandMarketingAffectYourFoodChoices?WhereDoesYourFoodComeFrom?TheLocationandNumberofFarmsintheUS,2007ChallengesofFarmingWhereDoesYourFoodComeFrom?WhatisAgribusiness?TheL
South Carolina - HPEB - 502
Chapter10WeightManagement&EnergyBalanceFall2011WhatIsWeightManagementandWhyIsItImportant?Weightmanagement:maintainingweightwithinahealthyrange.Healthyweight:Overweight: 68.3%ofAmericanadultsareoverweight.Obesity: 33.9%ofAmericansareobese.Sour
South Carolina - HPEB - 502
HPEB502/002:AppliedAspectsofHumanNutritionStudyGuideforTest#2onTuesday,October18thTest#2CoversChapters6,7,8,9&11fromourtextbook,Nutrition&You,aswellasboththelectureonlectureson9/20(diseasesassociatedwithdiet)&9/22(diet&cancer).BesuretocheckBlackboardf
South Carolina - HPEB - 502
NutritionandFitnessChapter11WhatIsFitness?Physicalfitness:goodhealthorphysicalcondition,primarilytheresultofexerciseandpropernutritionPhysicalactivity:voluntarymovementthatresultsinenergyexpenditure(burningcalories)Exercise:Anytypeofstructured(pla
South Carolina - HPEB - 502
Chapter9AlcoholHPEB502Fall2011Dr.KaraMontgomeryWhatIsAlcohol?Alcohol is not an essential nutrient.Ethanol is the type of alcohol consumedin alcoholic beverages.Methanol (in antifreeze) and isopropanol(rubbing alcohol) are both poisonous tohumans
South Carolina - HPEB - 502
Chapter8Minerals&WaterHPEB502Fall2011WhatIsWaterandWhyIsItSoWateristhemostabundantsubstanceinbody.Important?Averagehealthyadultisabout_%waterMuscle:_%waterFat:_%waterCanonlysurvive_withoutwaterElectrolytesWaterbalancedamongfluidcompartmentsInt
South Carolina - HPEB - 502
Chapter7VitaminsHPEB502Fall2011WhatAreVitamins?Vitaminsareessentialmicronutrients.Discoveredabout100yearsagoTasteless,organiccompoundsneededinsmallamountsDonotsupplycaloriesAdeficiencywillcausesymptoms.Consumingtoomuchofsomevitaminswillcause.