Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

41
linux/needrestart Normal file
View File

@@ -0,0 +1,41 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# needrestart
> Check which daemons need to be restarted after library upgrades.
> More information: <https://github.com/liske/needrestart>.
- List outdated processes:
`needrestart`
- Interactively restart services:
`sudo needrestart`
- List outdated processes in [v]erbose or [q]uiet mode:
`needrestart -{{v|q}}`
- Check if the [k]ernel is outdated:
`needrestart -k`
- Check if the CPU microcode is outdated:
`needrestart -w`
- List outdated processes in [b]atch mode:
`needrestart -b`
- List outdated processed using a specific [c]onfiguration file:
`needrestart -c {{path/to/config}}`
- Display help:
`needrestart --help`