fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


linux:init-systems

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:init-systems [2024/02/17 19:03] – external edit 127.0.0.1linux:init-systems [2025/04/09 13:06] (current) – [Commands] gsys
Line 17: Line 17:
  
 <code> <code>
-systemctl start grpwise.service        # start service grpwise +systemctl start grpwise.service          # start service grpwise 
-systemctl stop grpwise.service         # stop service grpwise +systemctl stop grpwise.service           # stop service grpwise 
-systemctl status grpwise.service       # show status of service grpwise +systemctl status grpwise.service         # show status of service grpwise 
-systemctl disable grpwise.service      remove service grpwise +systemctl enable grpwise.service         # enable service grpwise 
-systemctl get-default                  # get default runlevel+systemctl disable grpwise.service        disable service grpwise 
 +systemctl get-default                    # get default runlevel 
 +systemctl set-default multi-user.target  # set gui as default (runlevel 3) 
 +systemctl set-default graphical.target   # set cli as default (runlevel 5) 
 +systemctl isolate graphical.target       # switch to gui 
 +systemctl isolate multi-user.target      # switch to cli 
 +systemctl reboot                         # reboot (runlevel 6) 
 +systemctl poweroff                       # shutdown (runlevel 0)
 </code> </code>
  
linux/init-systems.1708193020.txt.gz · Last modified: 2024/02/17 19:03 by 127.0.0.1