mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 15:51:05 +00:00
Update cheatsheets
This commit is contained in:
25
linux/slurmdbd
Normal file
25
linux/slurmdbd
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# slurmdbd
|
||||
|
||||
> Provides 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`
|
||||
Reference in New Issue
Block a user