This is the command pdetach that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
pdetach - execute detached processes
SYNOPSIS
args [stdiooptions] command [args...]
DESCRIPTION
This command is used to execute processes that are fully detached from the shell and the
user's controlling terminal. Detached processes will not exit if the user logs out. The
stdio options can be manipulated to attach the process to another device or file.
OPTIONS
--error=path
Set stderr for the detached process.
--input=path
Set stdin for the detached process.
--output=path
Set stdout for the detached process.
Use pdetach online using onworks.net services