<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl">
	<id>https://soisk.info/index.php?action=history&amp;feed=atom&amp;title=Linux_Ubuntu_-_systemctl</id>
	<title>Linux Ubuntu - systemctl - Historia wersji</title>
	<link rel="self" type="application/atom+xml" href="https://soisk.info/index.php?action=history&amp;feed=atom&amp;title=Linux_Ubuntu_-_systemctl"/>
	<link rel="alternate" type="text/html" href="https://soisk.info/index.php?title=Linux_Ubuntu_-_systemctl&amp;action=history"/>
	<updated>2026-05-23T19:33:15Z</updated>
	<subtitle>Historia wersji tej strony wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://soisk.info/index.php?title=Linux_Ubuntu_-_systemctl&amp;diff=3264&amp;oldid=prev</id>
		<title>imported&gt;Admin: /* Wyświetlenie stanu usług w trybie graficznym */</title>
		<link rel="alternate" type="text/html" href="https://soisk.info/index.php?title=Linux_Ubuntu_-_systemctl&amp;diff=3264&amp;oldid=prev"/>
		<updated>2023-02-20T13:43:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Wyświetlenie stanu usług w trybie graficznym&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nowa strona&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Systemctl to narzędzie służące do zarządzania procesami systemowymi w systemie operacyjnym Linux. Jest to podstawowe narzędzie do zarządzania serwerami w systemie Ubuntu i innych dystrybucjach Linux.&lt;br /&gt;
&lt;br /&gt;
==Sprawdzenie stanu usługi==&lt;br /&gt;
Możesz użyć tej komendy, aby sprawdzić stan usługi, na przykład, aby sprawdzić, czy serwer Apache jest włączony:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
systemctl status apache2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Uruchomienie usługi==&lt;br /&gt;
Możesz użyć tej komendy, aby uruchomić usługę, na przykład, aby uruchomić serwer Apache:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl start apache2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Zatrzymanie usługi==&lt;br /&gt;
Możesz użyć tej komendy, aby zatrzymać usługę, na przykład, aby zatrzymać serwer Apache:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl stop apache2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Restart usługi==&lt;br /&gt;
Możesz użyć tej komendy, aby zrestartować usługę, na przykład, aby zrestartować serwer Apache:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl restart apache2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Włączenie usługi przy starcie systemu==&lt;br /&gt;
Możesz użyć tej komendy, aby włączyć usługę przy starcie systemu, na przykład, aby włączyć serwer Apache przy starcie systemu:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl enable apache2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wyłączenie usługi przy starcie systemu==&lt;br /&gt;
Możesz użyć tej komendy, aby wyłączyć usługę przy starcie systemu, na przykład, aby wyłączyć serwer Apache przy starcie systemu:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo systemctl disable apache2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wyświetlenie listy wszystkich usług==&lt;br /&gt;
Możesz użyć tej komendy, aby wyświetlić listę wszystkich dostępnych usług w systemie Ubuntu:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
systemctl list-units --type=service&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wyświetlenie stanu usług w trybie tekstowym==&lt;br /&gt;
Możesz użyć tej komendy, aby wyświetlić stan usług w trybie tekstowym:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
systemctl status&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Wyświetlenie stanu usług w trybie graficznym==&lt;br /&gt;
Możesz użyć tej komendy, aby wyświetlić stan usług w trybie graficznym:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
systemctl status --full --no-pager&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Admin</name></author>
	</entry>
</feed>