RHEL: Difference between revisions

167 bytes added ,  6 July 2022
→‎Useful commands: List all services
→‎Useful commands: List all services
Tag: visualeditor
Line 241: Line 241:


= Useful commands =
= Useful commands =
== System services ==
=== List all services ===
<syntaxhighlight lang="bash">
# systemctl list-units --type=service
or
# systemctl --type=service
</syntaxhighlight>


== Package management ==
== Package management ==