fcrondyn1Fcron &version; development release)]]>&date;fcrondyndialog dyn-amically with a running fcron daemonfcrondyn-c file-ifcrondyn-c file-x commandfcrondyn-hDescription&Fcrondyn; is a user tool intended to interact with a running
fcron daemon. It can, for instance, list user's jobs loaded by fcron, run one of
them, renice a running job, send a signal to a running job, etc.OptionsRun &fcrondyn; in interactive mode. &fcrondyn; is also
run in interactive mode when no option is given.commandRun command and returns
immediately. See below for syntax
and a list of commands.fileMake &fcrondyn; use config file
file instead of default config file
&etc;/&fcron.conf.location;. To interact with a running
&fcron; process, &fcrondyn; must use the same config file as the process. That
way, several &fcron; processes can run simultaneously on an only system.Run in debug mode. In this mode, many informational
messages will be output in order to check if anything went wrong.Display a brief description of the options.Display an informational message about &fcrondyn;,
including its version and the license under which it is distributed.Command description&Fcrondyn;'s command syntax is the following:
commandarg1arg2 [...]
An argument of a &fcrondyn; command is of one of the following
type:Argument types of &fcrondyn;'s commandsuserA valid user name.jobidA job id given by one of &fcrondyn;'s
ls* commands (i.e. an integer).sigA signal number, or its name (case does not matter).
For instance, "term" or "15".nicevalA job priority value. A
niceval is an integer from -20 (highest
priority) to 19 (lowest) (only root is allowed to use a negative value with this
option).Last, but not least, the following commands are recognized
(optional arguments are between []):Valid &fcrondyn;'s commandshelphPrint an help message about fcrondyn's
commands.quitqIn interactive mode, quit fcrondyn.ls
[user]List all jobs of user. When ls is
run by root, all users are listed unless a user name is given as argument. See below for some explanations about the
fields used by ls* commands.ls_lavgq
[user]Same as ls, but list only the jobs
which are in the load-average queue (i.e. which are waiting for a lower load
average to be run).ls_serialq
[user]Same as ls, but list only the jobs
which are in the serial queue (i.e. which are waiting for
other jobs to be finished).ls_exeq
[user]Same as ls, but list only the jobs
which are running.detailjobidPrint details about a
job. jobid is the one given by
ls.runnowjobidInstead of waiting for the next scheduled execution
time, run the job now. The next execution time is changed as
if the job had run on schedule.runjobidRun the job now. Its next execution time is not changed.killsigjobidSend a signal to a running job.renicenicevaljobidChange the priority of a running job.Fields used by detail and
ls* commandsIDJob's unique identification number.USERUser who owns this job.PIDThe pid of the running job.INDEXIndex of the job in the serial queue (i.e. it will be run when all the jobs of an inferior index have been run)R&QThe job has this number instances of the given task which are either running or queued in the serial or lavg queue.OPTIONSList of main options which are set for the task.
L for the jobs which run only under a given system Load average (option &optlavg;, &optlavg1;, &optlavg5; and &optlavg15;), LO (Load average Once) if only at most one instance of the task can be in the load average queue at a given time (option &optlavgonce;), S for serialized jobs (option &optserial;), SO for the jobs which will be serialized only for the next execution (Serial Once), and ES if several instances of the same job can run simultaneously (option &optexesev;).LAVG3 values, corresponding to the 1, 5, and 15-minute (in
this order) system load average values below which the job
will be run, otherwise it will be queued until the system
load average is appropriate (see &optlavg; option).UNTILField corresponding to the &optuntil; option.STRICTField corresponding to the &optstrict; option. Y for
yes, N for no.SCHEDULENext run is scheduled at this time and date. Please note that fcrondyn prints the next execution time and date in the time zone of the system where fcron is running, and not the time zone which can be defined for using option &opttimezone;.CMDThe command that will be executed.Return values&Fcrondyn; returns &exitok; on normal exit and &exiterr; on
error.Conforming toShould be POSIX compliant.Files&etc;/&fcron.conf.location;Configuration file for &fcron;, &fcrontab; and
&fcrondyn;: contains paths (spool dir, pid file) and default programs to use
(editor, shell, etc). See &fcron.conf;(5)
for more details.&etc;/&fcron.allow;Users allowed to use &fcrontab; and &fcrondyn; (one
name per line, special name "all" acts for everyone)&etc;/&fcron.deny;Users who are not allowed to use &fcrontab; and
&fcrondyn; (same format as allow file)&etc;/pam.d/fcron (or
&etc;/pam.conf)PAM configuration file for
&fcron;. Take a look at pam(8) for more details.
&manpage-foot;