Command Argument

Process States

About

This page is about argument of a command.

Passing argument

Shell

When the command is started via a shell script (manual or automatic), the arguments:

  • are separated by one or more blank space
  • should be quoted if the value has space or reserved character in it

For more information on how to pass argument, you should read the documentation of your shell:

Because the number of argument may become quite large, application uses generally configuration file to pass them.

You pass the location of the file as argument, the application parses it and read the argument in the file.

Services

A command may start a background (daemon) process. In this case, the service system will execute the command and its arguments.





Discover More
Card Puncher Data Processing
Application - Configuration File

Configuration file are files used to: store command argument / enviroment variable or pass values They have a structural hierarchy where each parent node is generally known as a section. There...
Command Line Windows Process Explorer
Process - Command (Command line)

A OS command is a line of text that will create a process instance from a program (also known as image) . A command line is just a one line of text: with a path to a executable file and arguments...



Share this page:
Follow us:
Task Runner