mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 08:53:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,26 +8,26 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Interface to Slurm via REST API. It can be used in two modes: *Inetd Mode* & *Listen Mode*.
|
||||
> More information: <https://slurm.schedmd.com/slurmrestd.html>.
|
||||
|
||||
- Change the group ID (and drop supplemental groups) before processing client requests:
|
||||
- Change the [g]roup ID (and drop supplemental groups) before processing client requests:
|
||||
|
||||
`slurmrestd -g {{group_id}} {{[host]:port | unix:/path/to/socket}}`
|
||||
`slurmrestd -g {{group_id}} {{[host]:port|unix:/path/to/socket}}`
|
||||
|
||||
- Comma-delimited list of authentication plugins to load:
|
||||
- Comma-delimited list of [a]uthentication plugins to load:
|
||||
|
||||
`slurmrestd -a {{authentication_plugins}} {{[host]:port | unix:/path/to/socket}}`
|
||||
`slurmrestd -a {{authentication_plugins}} {{[host]:port|unix:/path/to/socket}}`
|
||||
|
||||
- Read Slurm configuration from the specified file:
|
||||
- Read Slurm configuration from the specified [f]ile:
|
||||
|
||||
`slurmrestd -f {{path/to/file}}`
|
||||
|
||||
- Change user ID before processing client request:
|
||||
- Change [u]ser ID before processing client request:
|
||||
|
||||
`slurmrestd -u {{user_id}}`
|
||||
|
||||
- Display help:
|
||||
- Display [h]elp:
|
||||
|
||||
`slurmrestd -h`
|
||||
|
||||
- Display version:
|
||||
- Display [V]ersion:
|
||||
|
||||
`slurmrestd -V`
|
||||
|
||||
Reference in New Issue
Block a user