mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* pages*: improve page descriptions * ical: improve page description * cockpit-desktop: remove unneeded word from page description * nc: improve description wording --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
20 lines
412 B
Markdown
20 lines
412 B
Markdown
# slurmdbd
|
|
|
|
> A secure enterprise-wide interface to a database for Slurm.
|
|
> More information: <https://slurm.schedmd.com/slurmdbd.html>.
|
|
|
|
- Set the daemon's nice value to the specified value, typically a negative number:
|
|
|
|
`slurmdbd -n {{value}}`
|
|
|
|
- Change the working directory of `slurmdbd` to the LogFile path or to `/var/tmp`:
|
|
|
|
`slurmdbd -s`
|
|
|
|
- Display help:
|
|
|
|
`slurmdbd -h`
|
|
|
|
- Display version:
|
|
|
|
`slurmdbd -V`
|