table of contents
other sections
conflicting packages
QHOLD(1) | User Contributed Perl Documentation | QHOLD(1) |
NAME¶
qhold - places a hold on jobs in a familiar pbs formatSYNOPSIS¶
qhold [-h u|o|s|n] job_id...DESCRIPTION¶
The qhold command requests that a hold be placed on a job. A job that is on hold is not eligible for execution. There are three supported holds: USER, OTHER (also known as operator or batch), and SYSTEM. If the -h option is not specified, the USER hold will be applied to the specified jobs.OPTIONS¶
- -h hold_type
- Specifieds the types of holds to be placed on the job.
B<u> - USER B<o> - OTHER B<s> - SYSTEM B<n> - None
- -? | --help
- brief help message
- --man
- full documentation
EXIT STATUS¶
On success, qhold will exit with a value of zero. On failure, qhold will exit with a value greater than zero.2012-04-10 | perl v5.14.2 |