Day 2 MOD 5 Flashcards
this is defined as the grammatical rules and patterns governing the ordered use of appropriate words and symbols for issuing commands.
Syntax
Parameters used to specify command features and options
Arguments
Three basic parts of syntax
C
O
A
Command
Options
Arguments
Feature built into windows that lists many built-in commands and may also be used to display detailed information for each.
/? Used at the end of a command
Help
Indicates a separation between the command and its Associated arguments. Other common forms of this are.
/
-
;
Delimiter
These are used to identify optional arguments in Windows.
[ ] brackets
This character may be used in two ways; to pass the output of the first command to the second command as input and to represent “or” for example [ +R | -R ] indicates +R “or” -R can be used.
( | ) pipe
Wildcard characters, like this symbol may also be used to denote anything and everything within a specific argument.
Asterisk *
This is used to display output one screen at a time.
More
This identifies the current location in the system’s directory structure, known as the working directory or present working directory.
Prompt
This is the current location in the systems directory.
Working directory
analyst must be able to navigate through a file system using these to either move from one location to another or identify a particular location of a file or directory.
Paths
Starts at the volume root and specifies each directory that must be open to get to the desired file or directory.
Absolute path
Gives the location of the target file or directory from relative to the present working directory.
Relative path
Changing working directories within the CLI, is accomplished using the ______ command.
cd
Displays the name of or changes current directory.
cd
What does this command do?
c:\cd /d f:
Change current drive from c to f
What does this command do?
C:>cd
Displays current working directory