Linux uustat command
Linux Command大全
The Linux uustat command is used to display the current status of UUCP.
After executing uucp and uux instructions, the job is first sent to the queue and then executed by uucico. uustat can display, delete, or start jobs waiting to be executed in the queue.
Syntax
uustat [-aeiKmMNpqQRv][-B<number of lines>][-c<instruction>][-C<instruction>][-I<configuration file>][-k<job>][-o<hour>][-r<job>][-s<host>][-S<host>][-u<user>][-U<user>][-W<remark>][-y<hour>][-x<level>][--help]
Parameter Description:
- -a or-all Show all UUCP jobs.
- -B<number of lines> or--mail-lines<number of lines> with-M or-N parameter to use together, specifying how many lines of information should be included in the email.
- -c<instruction> or--command<instruction> Show jobs related to <instruction>.
- -C<instruction> or--not-command<instruction> Show jobs unrelated to <instruction>.
- -e or--executions Show only jobs to be executed.
- -i or--prompt Ask whether to delete the job for each job in the queue.
- -I<configuration file> or--config<configuration file> Specify the configuration file.
- -k<job> or--kill<job> Delete the specified job.
- -m or--Delete all jobs.
- -M or-mail Send status information to the UUCP administrator.
- -N or--notify Send status information to the user who proposed the work separately.
- -o<hours> or--older-than<hours> Display work exceeding the specified hours.
- -p or--ps Display the program responsible for UUCP locking.
- -q or--list Display the status of work to be executed on each remote host.
- -Q or--no-list Do not display work.
- -r<work> or--rejuvenate<work> Restart the specified work.
- -R or--rejuvenate-all Restart all work.
- -s<host> or--system<host> Display work related to <host>.
- -S<host> or--not-system<host> Display work unrelated to <host>.
- -v or--version Display version information.
- -u<user> or--user<user> Display work related to <user>.
- -U<user> or--not-user<user> Display work unrelated to <user>.
- -W<note> or--comment<note> Note to be included in the email message.
- -y<hours> or--younger-than<hours> Display work below the specified hours.
- -x<level> or--debug<level> Specify the debug level.
- --help Display help.
Online Examples
Display All Tasks
# uustat -a
Display Waiting Tasks
# uustat -e
Linux Command大全