Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 411 Bytes

pfork.1.scd

File metadata and controls

26 lines (15 loc) · 411 Bytes

PFORK(1)

NAME

pfork - daemonize given program

SYNOPSIS

pfork [--] program [ args... ]

DESCRIPTION

The pfork utility executes and detaches the given program from terminal. Just like a daemon.

ENVIRONMENT

No environment yet.

SEE ALSO

setsid(1)

AUTHORS