5.2 Flashcards
Defined as the grammatical rules and patterns governing the ordered use of appropriate words and symbols for issuing commands.
Syntax
Parameters to specify command features and options.
Arguments
Which command displays the most commonly used built-in commands along with a brief functionality description?
help
To get detailed information for a specific command, at the command prompt enter:
help (name of command)
C:\ (name of command) /?
Indicate a separation between the command and its associated arguments. What are common delimiters?
( ) spaces, (/) forward slash, (-) hyphen, (;) semi-colon
Used to identify optional arguments
[ ] brackets
May be used in two ways; to pass the output of the first command to the second command as input and to represent “or”
( | ) Pipe character; Example of “or” [+R | -R] +R or -R can be used
May be used to denote anything and everything within a specific argument.
( * ) Asterisk
The current location in the system’s directory structure.
Working directory
What must an analyst use to either move from one location to another or identify a particular location of a file or directory?
Path
What are the two types of paths?
Absolute and Relative Path
Starts at the volume:root and specifies each directory that must be opened to get to the desired file or directory.
Absolute path
Gives the location of the target file or directory from the present working directory.
Relative Path
What symbol does a user use to go up the directory tree?
( .. ) dot dot
Displays the name of or changes current directory.
cd, chdir (dir1)(dir2)
Configured to allow commands and other programs to execute from any working directory
Environment variable path