CIT 352 Chap 02 Hands-On Projects

docx

School

Brigham Young University, Idaho *

*We aren’t endorsed by this school

Course

352

Subject

Finance

Date

Apr 3, 2024

Type

docx

Pages

8

Uploaded by JudgeLightningButterfly40

Report
CIT 352 Chapter 2 Name: Soren Petersen Complete all Projects by executing every step in each project. For those steps listed below, follow the specified instruction. Project 2-1 Create the boot partition: Click the + icon Mount Point: /boot Desired Capacity: 1G Click "Add mount point" This should create sda1 Create the swap partition: Click the + icon Point: swap Desired Capacity: 3.96G Click "Add mount point" This should create sda2 Create the root partition: Click the + icon Mount Point: / Desired Capacity: 35G This should create sda3 When completed, the screen should look like this: 1
Step 8a By manually created the partitions, you have already set sda3 at 35GB, so you do not need to change it again. Insert the screen capture (If you had forgotten to take a screen capture during Step 8a, take any screen capture that shows that you have successfully installed Fedora) 2
Project 2-2 Step 1: Windows users: Press “Ctrl+Alt+F3” or “Ctrl+Alt+Fn+F3” Mac users: Press “Ctrl+Command+F3” or “Ctrl+Command+Fn+F3” Step 7: Insert the screen capture, except “exit” command 3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Project 2-3 Step 6: At the end of this step, type “dnf upgrade” to update all packages on your Fedora (this may take some time to complete) Step 8: Instead of using Terminal, click on Applications -> Search for Konsole and use the Konsole application Step 10: Insert the screen capture Project 2-4 Step 6: Insert the screen capture 4
Step 10: Insert the screen capture 5
Project 2-5 Step 2: Describe the purpose of the ; (semi-colon) metacharacter A: Command Termination Step 12: What function do back quotes perform? A: command substitution Insert the screen capture. Note: `whoami` should be wrapped in back quotes ` ` both beginning and end. These are different from single quotes. 6
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Project 2-6 Step 6: Insert the screen capture 7
Project 2-7 Step 2: Which commands from Table 2-9 can also be used to power off your Linux system immediately? A: shutdown –P +4 Powers off your system in four minutes shutdown –P now Powers off your system immediately poweroff Powers off your system immediately Which commands from Table 2-9 can also be used to reboot your Linux system immediately? A: shutdown –r +4 Reboots your system in four minutes shutdown –r now Reboots your system immediately reboot Reboots your system immediately Command Reference (List all new commands you learned in this chapter) man –k cron man crontab man 5 crontab 8