mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 06:51:59 +00:00
Update cheatsheets
This commit is contained in:
17
linux/scancel
Normal file
17
linux/scancel
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# scancel
|
||||
|
||||
> Cancel a Slurm job.
|
||||
> More information: <https://slurm.schedmd.com/scancel.html>.
|
||||
|
||||
- Cancel a job using its ID:
|
||||
|
||||
`scancel {{job_id}}`
|
||||
|
||||
- Cancel all jobs from a user:
|
||||
|
||||
`scancel {{user_name}}`
|
||||
Reference in New Issue
Block a user