huyvl3-fptcloud
Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2024
08:47 AM
- 1,090 Views
I know the two objects to manipulate are graphical.target and multi-user.target. At the same time, set-default and isolate. So when should we use which function for which object? I can't imagine yet. For example:
- systemctl set-default multi-user.target
- systemctl set-default graphical.target
- systemctl isolate multi-user.target
- systemctl isolate graphical.target
What purposes will the above four commands serve?
1 Solution
Accepted Solutions
shura
Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2024
09:48 AM
- 1,080 Views
Hello @huyvl3-fptcloud
The difference between the commands is that command with "isolate" is executed immediately, and the command with "set-default" specifies the tagret system will get after a reboot
Good luck
2 Replies
shura
Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2024
09:48 AM
- 1,081 Views
Hello @huyvl3-fptcloud
The difference between the commands is that command with "isolate" is executed immediately, and the command with "set-default" specifies the tagret system will get after a reboot
Good luck
huyvl3-fptcloud
Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2024
11:56 AM
- 1,068 Views
Thanks @shura
Join the discussion
You must log in to join this conversation.