linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| linux [2026/05/02 18:11] – reddy | linux [2026/06/01 22:04] (current) – reddy | ||
|---|---|---|---|
| Line 139: | Line 139: | ||
| These settings also exist at the device level (" | These settings also exist at the device level (" | ||
| + | |||
| + | ==== Setting the Default Runlevel ==== | ||
| + | |||
| + | < | ||
| + | # Get the current default run-level | ||
| + | systemctl get-default | ||
| + | |||
| + | # Start in text mode | ||
| + | sudo systemctl set-default multi-user.target | ||
| + | |||
| + | # Start with a GUI desktop | ||
| + | sudo systemctl set-default graphical.target | ||
| + | </ | ||
| + | |||
linux.txt · Last modified: by reddy
