<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.easycow.de/index.php?action=history&amp;feed=atom&amp;title=Umgebungsvariable_Linux</id>
	<title>Umgebungsvariable Linux - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.easycow.de/index.php?action=history&amp;feed=atom&amp;title=Umgebungsvariable_Linux"/>
	<link rel="alternate" type="text/html" href="https://wiki.easycow.de/index.php?title=Umgebungsvariable_Linux&amp;action=history"/>
	<updated>2026-05-20T08:29:32Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Cowwwiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.easycow.de/index.php?title=Umgebungsvariable_Linux&amp;diff=163&amp;oldid=prev</id>
		<title>Benjaminfras: Die Seite wurde neu angelegt: „Umgebungsvariablen sind systemweit verfügbar. Ein Beispiel dafür ist die &lt;code&gt;$PATH&lt;/code&gt; Variable.  Unter Umständen ist es notwendig, dass man weitere Umgeb…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.easycow.de/index.php?title=Umgebungsvariable_Linux&amp;diff=163&amp;oldid=prev"/>
		<updated>2010-11-11T17:04:04Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „Umgebungsvariablen sind systemweit verfügbar. Ein Beispiel dafür ist die &amp;lt;code&amp;gt;$PATH&amp;lt;/code&amp;gt; Variable.  Unter Umständen ist es notwendig, dass man weitere Umgeb…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Umgebungsvariablen sind systemweit verfügbar. Ein Beispiel dafür ist die &amp;lt;code&amp;gt;$PATH&amp;lt;/code&amp;gt; Variable.&lt;br /&gt;
&lt;br /&gt;
Unter Umständen ist es notwendig, dass man weitere Umgebungsvariablen hinzufügen muss. Auf einem Ubuntu 10.04 System kann man das wie folgt bewerkstelligen:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
CVSROOT=/home/cvsroot&lt;br /&gt;
export CVSROOT&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nun kann man mit &amp;#039;&amp;#039;&amp;#039;echo&amp;#039;&amp;#039;&amp;#039; überprüfen, ob die Variable korrekt gespeichert wurde.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
echo $CVSROOT&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Ubuntu]]&lt;/div&gt;</summary>
		<author><name>Benjaminfras</name></author>
	</entry>
</feed>