Skip to content

Instantly share code, notes, and snippets.

@hliang
Created August 22, 2014 22:02
Show Gist options
  • Save hliang/f3617e3cc640f24ca879 to your computer and use it in GitHub Desktop.
Save hliang/f3617e3cc640f24ca879 to your computer and use it in GitHub Desktop.
Hold a job
# hold a job
qalter -h u 123456
# unhold
qalter -h U 123456
# list of holds
'u' denotes a user hold.
's' denotes a system hold.
'o' denotes a operator hold.
'n' denotes no hold (requires manager privileges).
'U' removes a user hold.
'S' removes a system hold.
'O' removes a operator hold.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment