Files
tldr/pages.zh/linux/sattach.md

16 lines
452 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sattach
> 附加到一个 Slurm 作业步骤。
> 更多信息:<https://slurm.schedmd.com/sattach.html>。
- 将 Slurm 作业步骤的 IO 流(`stdout``stderr``stdin`)重定向到当前终端:
`sattach {{jobid}}.{{stepid}}`
- 将当前控制台的输入作为指定任务的 `stdin`
`sattach --input-filter {{task_number}}`
- 仅重定向指定任务的 `stdin`/`stderr`
`sattach --{{output|error}}-filter {{task_number}}`