Table of Contents

Process - Command (Command line)

About

A OS command is a line of text that will create a process instance from a program (also known as image) .

Syntax

A command line is just a one line of text:

Example

Chrome command line in a bash grammar. A command line is just a one line of text

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" #<-- Path to executable
    --no-startup-window /prefetch:5 # <-- Argument
    --flag-switches-begin # <-- Argument
    --flag-switches-end # <-- Argument
    --enable-audio-service-sandbox # <-- Argument

Management

Input

A command accepts:

Output

A command send back:

Shell

A shell is an application that permits to run command interactively.

Every shell will permit you to play with command.

In a shell interpreter, you can chain shell command through redirection operators:

See

In Process Explorer

Command Line Windows Process Explorer