logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

qhold - places a hold on jobs in a familiar pbs format

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.

Exit Status

       On success, qhold will exit with a value of zero. On failure, qhold will exit with a value  greater  than
       zero.

perl v5.40.1                                       2025-03-13                                           QHOLD(1)

Name

       qhold - places a hold on jobs in a familiar pbs format

Options

-hhold_type
           Specifieds the types of holds to be placed on the job.

           The  hold_type  argument  is  a one of the characters "u", "o", "s" or "n".  The hold type associated
           with each letter is:

               B<u> - USER

               B<o> - OTHER

               B<s> - SYSTEM

               B<n> - None

       -?|--help
           brief help message

       --man
           full documentation

Synopsis

qhold [-hu|o|s|n] job_id...

See Also