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:
12
tldr/linux/hwloc-ls
Normal file
12
tldr/linux/hwloc-ls
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# hwloc-ls
|
||||
|
||||
> This command is an alias of `lstopo-no-graphics`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr lstopo-no-graphics`
|
||||
18
tldr/linux/systemctl-rescue
Normal file
18
tldr/linux/systemctl-rescue
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl rescue
|
||||
|
||||
> Enter rescue mode.
|
||||
> See also: `systemctl emergency`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#rescue>.
|
||||
|
||||
- Enter rescue mode:
|
||||
|
||||
`systemctl rescue`
|
||||
|
||||
- Enter rescue mode asynchronously:
|
||||
|
||||
`systemctl rescue --no-block`
|
||||
21
tldr/linux/systemctl-reset-failed
Normal file
21
tldr/linux/systemctl-reset-failed
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl reset-failed
|
||||
|
||||
> Reset the "failed" state of one or more units.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#reset-failed%20%5BPATTERN%E2%80%A6%5D>.
|
||||
|
||||
- Reset the failed state of all units:
|
||||
|
||||
`systemctl reset-failed`
|
||||
|
||||
- Reset the failed state of a specific unit:
|
||||
|
||||
`systemctl reset-failed {{unit}}`
|
||||
|
||||
- Reset multiple units at once:
|
||||
|
||||
`systemctl reset-failed {{unit_1 unit_2 ...}}`
|
||||
Reference in New Issue
Block a user