mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 21:54:29 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
17
tldr/linux/scancel
Normal file
17
tldr/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