Module 1, day 1 Flashcards

1
Q

What is my main instructor for this course’s name?

A

Cindy Quach.

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

What is my course instructor’s career?

A

Site Reliability Engineer

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

which OS will I learn in this course?

A

Linux and Windows

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

What inputs text commands instead of relying on a GUI?

A

command line

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

To get my IP Support Professional certificate, what must I do?

A

pass all graded assignments in all 5 courses of the program, each passing grade of over 80%

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

what interfaces will I learn for navigating windows?

A

GUI and CLI, graphical user interface and Command Line Interpreter

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

What interface will I learn for Linux?

A

Command Line

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

What in LInux is called a shell?

A

CLI

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

What is the language I’ll use to interact with a Shell in Linux?

A

Bash

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

what will make it easier for me to understand what I am learning in this course?

A

Practicing on my own computer

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

where will I keep commands?

A

in my flashcards on Brainscape

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

Navigating from one directory to another
getting file information
removing files and directories

A

What does Basic Operating system navigation involve?

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

searching through your directories
find a specific file
copy and paste
chaining commands

A

file and text manipulation

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

What is a cross platform task automation solution made up of a command-line shell, scripting language, and a configuration management framework, and runs on Windows, Linux, and macOS?

A

PowerShell

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

what is PowerShell commonly used for?

A

automating management of systems.

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

What is CLR?

A

Common language runtime, what PowerShell is built on.

17
Q

What does it mean that all inputs and outputs are .NET objects?

A

no need to parse text output to extract information from output.

18
Q

what is a management framework in PowerShell that enables you to manage your enterprise infrastructure with configuration as code?

A

PowerShell desired state configuration

19
Q

Easiest way to find powershell?

A

type in “Powershell” in the search bar

20
Q

how many versions or shortcut versions of Powershell will I have if I am using 64 bit version?

A

4

21
Q

what are the x86 suffixes on the PowerShell shortcuts telling me?

A

it’s 32 bit windows PowerShell

22
Q

How can I run PowerShell as a domain user who is a local administrator?

A

right click on shortcut, and Run as administrator

23
Q

what can’t be run without running PowerShell as admin?

A

UAC

24
Q

what is the execution policy in PowerShell designed for?

A

to prevent a user from unknowingly running a script

25
Q

what is some supplemental reading I can look at later?

A

https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/01-getting-started?view=powershell-7.4

26
Q

link for bash?

A

https://www.gnu.org/software/bash/manual/bash.html

27
Q

older command lines in Windows

A

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands

28
Q
A