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

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

From Manjaro
(Importing a new version from external source)
 
(No difference)

Latest revision as of 06:36, 12 November 2025

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}}

Start a unit

user $ systemctl start unit COPY TO CLIPBOARD


Stop a unit

user $ systemctl stop unit COPY TO CLIPBOARD


Check status of a unit

user $ systemctl status unit COPY TO CLIPBOARD


Enable a unit

user $ systemctl enable unit COPY TO CLIPBOARD


Disable a unit

user $ systemctl disable unit COPY TO CLIPBOARD


Restart a unit

user $ systemctl restart unit COPY TO CLIPBOARD


Shut down the system

user $ poweroff COPY TO CLIPBOARD


Restart the system

user $ reboot COPY TO CLIPBOARD


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