Day 2 Mod5 Flashcards

1
Q

The parameters to specify command features and options

A

Arguments

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

Proper syntax is made up of what three things

A

Command
Option
Argument

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

These indicate a separation between the command and its Associated arguments

A

Delimiters

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

Examples of delimiters are

A

Forward slash. /
Hyphen -
Semicolon. ;

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

Used to identify optional arguments

A

[ ]

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

this character may be used in two ways to pass the output of the first command to the second command as input in to represent β€œor”

A

the pipe

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

May be used to denote anything and everything within a specific argument

A

*

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

These are used to navigate through a file system two are there move from one location to another or identify a particular location of a file or directory

A

Paths

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

in Windows this starts at the volume of route and specifies each directory that must be open to get to the desired file or directory. Always has \

A

Absolute path

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

Give me the location of the target file or directory from the present working directory

A

Relative path

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

Displays the name of or changes current directory

A

Cd

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

The CD command has three options what do they stand for
/d
..
\

A

Switch current Drive
Change to the Parent Directory
Change to the root directory

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

Specifies a new command prompt

A

Prompt

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

The Prompt command has two options what do they stand for

$P

$G

A

Specifies current working directory for command prompt

Specifies > than for command prompt

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

What displays a list of all files in subdirectories

A

dir

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

The dir command has three options what do they stand for
/t:
/a:
/s:

A

Controls which time field to display
Displays files with a specified attribute
Displays files in directories and all subdirectories

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

This command clears the screen

18
Q

This command displays or sets the system date

19
Q

The date command has one additional option what does it stand for

/t

A

Does not prompt for the date change

20
Q

This command displays or sets the system time

21
Q

The time command also has one option what does it stand for

/t

A

Does not prompt for time change

22
Q

What command displays the OS version

23
Q

What command sets the title for the CLI window

24
Q

What command quits the CLI window

25
What command creates a directory
mkdir
26
What command removes a directory
Rmdir
27
The rmdir command also has one additional option what does it stand for /s
Remove directory and all contents
28
This command is used to create a simple text file but is not used to edit an existing file
Copy con
29
This command uses the MS-DOS Editor to create and edit text files
Edit
30
This command copies one or more files to another location
Copy
31
This command moves and renames files and directories
Move
32
This command displays contents of a text file or files
Type
33
This command renames a file or directory
ren
34
Searches for a text string in a text file or files
Find
35
The find command is also made up of two options what do they stand for /n /I
Displays line numbers of lines containing specified text string Ignores case when searching for specified string
36
This command deletes one or more files
del
37
This command copies directory trees and files
xcopy
38
The xcopy command also has one option what does it stand for /e
Copies directories and subdirectories including empty ones
39
This command recalls Windows commands
doskey
40
The doskey command also has one option what does it stand for /history
Displays all commands entered
41
This command graphically displays the folder structure of a drive or path
Tree
42
The tree command also has two options what do they mean /f /a
Displays the names of files in each folder Uses ASCII instead of extended characters