You are on page 1of 8

The Official CompTIA ITF+

(Exam FC0-U61) Guide


Module 1 / Unit 4 / Managing an OS

Objectives Objectives
• Use GUI and command-line
management interfaces to configure an
operating system

• Explain the importance of access


control features and configure user
accounts

Image by racorn © 123rf.com

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 2
Management Interfaces
• Control Panel/Windows Settings

• Management consoles
o Computer Management default console
o Custom consoles with selected snap-ins
• Registry Editor (regedit)

• Command prompt and PowerShell

• Linux configuration files

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 3

Task Manager
• Processes and threads

• Use Task Manager to monitor and


control processes (and other
performance indicators)

• End or “kill” a process that is not


responding

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 4
Service Management
• Typical application processes run in a
window that the user can interact with

• Services are processes that run in the


background

• Support functionality of OS and many


applications

• Start, stop, and configure services via


the Services snap-in

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 5

Task Scheduler
• Automate execution of processes

• Use schedules or other triggers

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 6
Memory and Disk Management
• System memory
o Volatile, meaning that it is only preserved while the system is powered up
o System memory is provided by Random Access Memory (RAM) modules
• Mass storage
o Preserves data when the system is turned off
o Primary fixed disk - hard disk or a Solid-State Drive (SSD)

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 7

Memory Management
• Mostly controlled by the OS

• Monitor memory usage to see if


upgrade is required

• Monitor how processes use memory


to detect leaks and other faults

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 8
Virtual Memory/Pagefile
• Use space on a fixed disk to
supplement system RAM

• Can be configured via System


properties

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 9

Disk Management
• Create partitions and file systems on
fixed disks to make them usable by
the OS

• Can also format removable and


external disks

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 10
Command Line Interfaces
• Operate the OS using typed
commands rather than GUI

• Commands available depend on the


environment
o Windows command prompt (cmd.exe)
o Windows PowerShell
o Linux Bash (Bourne Again SHell)

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 11

Access Control and Protection


• Access control systems ensure authorized use of computers, networks, and data
resources

• Users are identified via accounts

• Users access an account by authenticating with credentials know or held only by


them

• Accounts are assigned privileges or rights to do things

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 12
Account Types and UAC
• Administrator versus standard user
accounts

• Least privilege
o Allocate as few rights and permissions
to accounts as possible
• User Account Control (UAC)
o Too many people use administrator
accounts all the time
o UAC requires explicit authorization to
perform a “protected” task

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 13

Creating and Managing User Accounts


• Microsoft versus local accounts

• Account settings app (password,


picture, etc)

• Local Users and Groups snap-in

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 14
Review Review
• Use GUI and command-line
Image by Wavebreak Media © 123rf.com

management interfaces to configure


an operating system

• Explain the importance of access


control features and configure user
accounts

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 15

Labs Labs
• Lab 4 / Using Management Interfaces
Image by goodluz © 123rf.com

• Lab 5 / Managing User Accounts

Copyright (c) 2018 CompTIA Properties, LLC. All Rights Reserved. | CompTIA.org 16

You might also like