Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-17 00:19:47 +00:00
parent b18a761896
commit aa594e72af
88 changed files with 444 additions and 114 deletions

View File

@@ -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`