The -d option causes the command to run in directory dir; an error results and the command will not run if dir does not exist or is inaccessible. The standard output and standard error of the command appear on the standard output and standard error streams of the os command itself. Os copies the standard input to the remote command's standard input; redirect os's input to /dev/null if there is no input to the command. Os terminates when cmd does, and its exit status reflects the status of cmd (if available).
If the os command is killed or exits (eg, for lack of input and output), the host's own process control operations are used to (attempt to) kill cmd, if it is still running. The -b (background) option suppresses that behaviour.
The -n option causes cmd to run with less than normal priority (`nice'). The -N option sets low priority to a particular level from 1 to 3.
/man/1/os(1) | Rev: Thu Feb 15 14:42:47 GMT 2007 |