man daemon Command

Man page for apt-get daemon Command

Man Page for daemon in Linux

Ubuntu Man Command : man daemon

Man Daemon  Command

This tutorial shows the man page for man daemon in linux.

Open terminal with 'su' access and type the command as shown below:
man daemon

Result of the Command Execution shown below:

DAEMON.C(1)                                                                 User Commands                                                                DAEMON.C(1)



NAME
daemon turns other processes into daemons

SYNOPSIS
usage: daemon [options] [ ] [cmd arg...]
options:

h, help Print a help message then exit
V, version Print a version message then exit
v, verbose[=level] Set the verbosity level
d, debug[=level] Set the debugging level

C, config=path Specify the system configuration file
N, noconfig Bypass the system configuration file
n, name=name Guarantee a single named instance
X, command=cmd Specify the client command as an option
P, pidfiles=/dir Override standard pidfile location
F, pidfile=/path Override standard pidfile name and location

u, user=user[.group] Run the client as user[.group]
R, chroot=path Run the client with path as root
D, chdir=path Run the client in directory path
m, umask=umask Run the client with the given umask
e, env="var=val" Set a client environment variable
i, inherit Inherit environment variables
U, unsafe Allow execution of unsafe executable
S, safe Deny execution of unsafe executable
c, core Allow core file generation

r, respawn Respawn the client when it terminates
a, acceptable=


Related Topics

Apt Get Commands