Manjaro Difference between revisions of "Translations:CheatSheet/21/de"

Difference between revisions of "Translations:CheatSheet/21/de"

From Manjaro
(Created page with "Unit starten {{UserCmd|command=systemctl start unit}} Unit stoppen {{UserCmd|command=systemctl stop unit}} Status einer Unit prüfen {{UserCmd|command=systemctl status unit}}...")
 
(No difference)

Latest revision as of 04:02, 23 May 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (CheatSheet)
Start a unit {{UserCmd|command=systemctl start unit}}
Stop a unit {{UserCmd|command=systemctl stop unit}}
Check status of a unit {{UserCmd|command=systemctl status unit}}
Enable a unit {{UserCmd|command=systemctl enable unit}}
Disable a unit {{UserCmd|command=systemctl disable unit}}
Restart a unit {{UserCmd|command=systemctl restart unit}}
Shut down the system {{UserCmd|command=poweroff}}
Restart the system {{UserCmd|command=reboot}}

Unit starten

user $ systemctl start unit COPY TO CLIPBOARD


Unit stoppen

user $ systemctl stop unit COPY TO CLIPBOARD


Status einer Unit prüfen

user $ systemctl status unit COPY TO CLIPBOARD


Unit aktivieren

user $ systemctl enable unit COPY TO CLIPBOARD


Unit deaktivieren

user $ systemctl disable unit COPY TO CLIPBOARD


Unit neustarten

user $ systemctl restart unit COPY TO CLIPBOARD


System herunterfahren

user $ poweroff COPY TO CLIPBOARD


System neustarten

user $ reboot COPY TO CLIPBOARD


Cookies help us deliver our services. By using our services, you agree to our use of cookies.