mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
systemd-analyze: add security example, generalize scope of the tool, add link to manual page (#7161)
This commit is contained in:
parent
7906944e89
commit
0106a44195
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# systemd-analyze
|
||||
|
||||
> Analyze and debug system manager.
|
||||
> Show timing details about the boot process of units (services, mount points, devices, sockets).
|
||||
> More information: <https://manned.org/systemd-analyze>.
|
||||
|
||||
- List time of each unit to start up:
|
||||
|
||||
|
@ -17,3 +19,7 @@
|
|||
- Plot a dependency graph and convert it to an SVG file:
|
||||
|
||||
`systemd-analyze dot | dot -T{{svg}} > {{path/to/file.svg}}`
|
||||
|
||||
- Show security scores of running units:
|
||||
|
||||
`systemd-analyze security`
|
||||
|
|
Loading…
Add table
Reference in a new issue