mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 07:43:21 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/linux/systemctl-get-default
Normal file
13
tldr/linux/systemctl-get-default
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl get-default
|
||||
|
||||
> Display the default target (runlevel) that the system will boot into.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#get-default>.
|
||||
|
||||
- Check the default target on your system:
|
||||
|
||||
`systemctl get-default`
|
||||
Reference in New Issue
Block a user