Chapter 2: Operating System Administration Flashcards

1
Q

Date and Time Applet

A

Configure system time, date and time zone settings

Starting in windows 8 “Internet Time” tab was added to configure settings with internet time server

TIMEDATE.CPL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Region applet

A

Region and language settings

Choose format for numbers, layout of keyoard, geographic location, and language for non-unicode programs

INTL.CPL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Internet options applet

A

Configure internet options

INETCPL.CPL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The System applet

A

SYSDM.CPL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Action Center Applet

A

WSCUI.CPL

Known as “System Center” in Vista

Manage firewall, automatica updates, and virus protection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Windows Firewall Applet

A

FIREWALL.CPL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Power Options Applet

A

POWERCFG.CPL

Configure when devices (eg display) will turn off or be put to sleep

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Taskkill

/S

/PID

/F (signal specifier)

SIGTERM and SIGKILL

A

Used to terminate process (by name or process ID)

use the /S switch to indicate another machine

/IM switch used to specify a (image) name of process to kill and can include wildcard

/PID switch needed to kill process ID

SIGTERM is soft kill signal (code 15)

/F switch issues SIGKILL (terminate at all costs) code 9

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

BOOTREC cmd

A

interact with MBR, boot sector, or Boot Configuration Data (BCD) store

To run tool: Must boot from installation disk, choose repair computer, and enter system recovery options, and choose command prompt

Then you can type bootrec.exe

/fixboot (write a new boot sector)

/Fixmbr (write new MBR)

/RebuildBCD (Rebuild BCD store)

/ScanOS (scan all disks for installation s the boot manager menu is not listing)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Shutdown command

A

Used to schedule shutdown (complete or restart)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Tasklist command

A

view all running processes and process ID numbers

/S switch used to see processes on remote machine

/SVC switch shows services hosted in each process

/U if need to run command as another user

/P allows to specify password of that user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

CD, MD, and RD commands

A

CD change to specified directory

MD makes a directory in specified path

RD removed specified directory

RD /S removed all directories and files in specified directory, including specified directory

RD /Q: Quite mode: will not be asked if you are sure you want to delete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

DEL

ERASE

A

used to delete files and directories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Format command

A

Wipe data of disks and prepare them for new use

Syntax: FORMAT [volume] [switches

/FS specifies filesystem to use (FAT, FAT32, NTFS)

/V specifies new volume label

/Q quick format

EG: Format D: drive as NTFS with name of HDD2

FORMAT D: /FS NTFS /V: HDD2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Copy / Move command

A

Copy: makes copy of file in new location

Move makes copy of file in new location and deletes original

/A indicates an ASCII text file

/V verifies that files are written correctly after copy

/Y suppresses prompt asking if you are sure you want to overwrite files that exist in new location

CANNOT copy directories: need XCOPY for that

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

XCOPY

/A /E /F /G /H /K /O /R /S /U /V

A

Coppies directories and has following switches

/A copies files that have the Archive attribute set and does not clear the attribute

/E Copies directories and subdirectories, including empty directories

/F displays full source and destination filenames when copying

/G allows copying of encrypted files to non-encryption supporting destination

/H copies hidden and system files as well

/K Copies attributes (by default XCOPY resets read only)

/O Copies file ownership and ACL info (NTFS permissions)

/R overwrites read-only files

/S copies directories and subdirectories but not empty ones

/U Copies only files that already exist in destination

/V verifies size of each new file

17
Q

ROBOCOPY

A

Robust File Copy

Advantage over XCOPY is that it can accept plethora of specifications and keep NTFS permissions intact

/MIR switch can mirror complete directory tree

18
Q

Diskpart

A

Shows partitions and lets you manage them

Must be part of admin group to run

19
Q

SFC command

A

System File Checker checks and verifies versions of system files on computer

If it detects corrupted files, it will replace them with the correct version

Must be logged in as administrator

Syntax: SFC [switch]

/scanfile scans file and fixes problems if found

/scannow immediately scans all protected system fles

/verifyonly scans protected system files and does not make changes

/offbootdir repairs offline boot directory

/offwindir repairs offline windows directory

20
Q

CHKCSK command

A

Display status reports for hard disk

can also correct filesystem problems

21
Q

GPUPDATE

A

Used to update group policy settings

Refresh/change local and active directory based policies

Replaces functionality that previously exited with SECEDIT

22
Q

GPRESULT

A

Shows Resultant Set of Policy (RSoP) report/values for remote user and computer

23
Q

DIR

A

Displays files and folders (can use wildcards)

/A allows you to specify attributes of files you are seeking (hiden, system, ect)

/O specify different display order

/L returns results unsorted and in lowercase format

/S Recursively searches through subdirectories as well as current dir

/T sorts files according to time order

/P Displays results one page/screen at a time

/Q shows file ownership

24
Q

HELP

A

Displays all commands or gives info about specific command

can also type /?

25
Q

EXIT

A

Exits out of what you are currently in

26
Q

Expand

A

Expands one or more compressed files

  • R lets you rename the files that are expanded
  • D just displays list of files in source file
27
Q
A
28
Q

Registry Hives

HKEY_CLASSES_ROOT

HKEY_CURRENT_USER

HKEY_LOCAL_MACHINE

HKEY_USERS

HKEY_CURRENT_CONFIG

A

HKCR: Info about which filename extensions map to particular applications

HKCU: Hods configuration info specific to a prticular user, such as desktop settings and history info

HKLM: Configuration information about actual coputer handware and software

HKU: Info about all users who hae logged into system (HKCU is subkey of this hive)

HKCC: provides quick access to commonly needed keys

29
Q

Virtual Memory

(Swap file or Paging file)

A

Windows moves data to SSD or HHD but treats it like RAM

File is called “Pagefile.sys” and is located in root directory of drive where OS files are installed

30
Q

File Allocation Table (FAT)

A

Uses 8.3 naming convention

8 letters for name then a “.” and then 3 letter file identifier

Uses 16 bit binary number to hold cluster-numbering info

largest FAT disk partiont that can be created using this system is 2GB

31
Q

Virtual FAT (VFAT)

A

augmented 8.3 file naming convention and allowed file names with up to 255 characters

Creates “long name” and an 8.3 compatible name for interoperability with FAT

Uses 32 bit code and 16 bit for backward compatibility

Also has 2GB partiont limit

32
Q

FAT32

A

Allowed 32 bit cluster addressing

This provided a 2TB maximum partition size

33
Q

NTFS

A

New Technology File System

Provides new features such as individual file security, compression, RAID support, and support for extremely large file and partition sizes/disk transaction monitoring

34
Q

CD-ROM file system (CDFS)

A

Used for CDs

35
Q

Extended File Allocation Table (ExFAT)

A

Proprietary file system for flash drives where NTFS and FAT32 cannot be used

Ideal for SD cards that hold a lot of info

36
Q

Network File Systems (NFS)

A

Widely used in Unix and Linux

37
Q

Extended File System (ext)

A

Default file system for many distributions of linux

ext4 is file system used for Android

38
Q

Extended vs Primary partitions

A

Extended can be divided into one or more logical drives

Primary partiions cannot be further subdivided