updated notes
This commit is contained in:
+8
-8
@@ -423,14 +423,14 @@ sudo less /var/log/messages # Display the kernel messages
|
|||||||
### systemd targets
|
### systemd targets
|
||||||
|
|
||||||
> Note: Systemd targets are a way to manage the boot process of a system. They are a way to manage the boot process of a system.
|
> Note: Systemd targets are a way to manage the boot process of a system. They are a way to manage the boot process of a system.
|
||||||
> multi.target is the default target for the system.
|
>> multi.target is the default target for the system.
|
||||||
> graphical.target is the target for the graphical interface.
|
>> graphical.target is the target for the graphical interface.
|
||||||
> basic.target is the target for the minimal system.
|
>> basic.target is the target for the minimal system.
|
||||||
> rescue.target is the target for the rescue mode.
|
>> rescue.target is the target for the rescue mode.
|
||||||
> emergency.target is the target for the emergency mode.
|
>> emergency.target is the target for the emergency mode.
|
||||||
> multi-user.target is the target for the multi-user mode.
|
>> multi-user.target is the target for the multi-user mode.
|
||||||
> reboot.target is the target for the reboot mode.
|
>> reboot.target is the target for the reboot mode.
|
||||||
> poweroff.target is the target for the poweroff mode.
|
>> poweroff.target is the target for the poweroff mode.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
systemctl list-units --type=target
|
systemctl list-units --type=target
|
||||||
|
|||||||
Reference in New Issue
Block a user