<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>http://islam-pedia.de/index.php?action=history&amp;feed=atom&amp;title=Understanding_Files</id>
		<title>Understanding Files - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="http://islam-pedia.de/index.php?action=history&amp;feed=atom&amp;title=Understanding_Files"/>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;action=history"/>
		<updated>2026-08-06T17:27:48Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in islam-pedia.de</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=219334&amp;oldid=prev</id>
		<title>87.245.170.226 am 16. Juni 2020 um 21:10 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=219334&amp;oldid=prev"/>
				<updated>2020-06-16T21:10:51Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 16. Juni 2020, 21:10 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;message. After the directory has been created, &lt;/del&gt; [https://www.googlewiththis.com/ website] move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error&amp;#160; [https://www.googlewiththis.com/ website] &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;message. After the directory has been created, &lt;/ins&gt;move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>87.245.170.226</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=215391&amp;oldid=prev</id>
		<title>31.130.89.94 am 9. Juni 2020 um 01:08 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=215391&amp;oldid=prev"/>
				<updated>2020-06-09T01:08:52Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 9. Juni 2020, 01:08 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/del&gt;example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/ins&gt;move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>31.130.89.94</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=209489&amp;oldid=prev</id>
		<title>196.240.173.236 am 29. Mai 2020 um 14:42 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=209489&amp;oldid=prev"/>
				<updated>2020-05-29T14:42:20Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 29. Mai 2020, 14:42 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;example, &lt;/del&gt; [https://www.googlewiththis.com/ website] create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For&amp;#160; [https://www.googlewiththis.com/ website] &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;example, &lt;/ins&gt;create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>196.240.173.236</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=195681&amp;oldid=prev</id>
		<title>196.247.160.196 am 7. Mai 2020 um 15:08 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=195681&amp;oldid=prev"/>
				<updated>2020-05-07T15:08:04Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 7. Mai 2020, 15:08 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/del&gt;line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/ins&gt;create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>196.247.160.196</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=88727&amp;oldid=prev</id>
		<title>196.245.241.165 am 7. Oktober 2019 um 01:41 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=88727&amp;oldid=prev"/>
				<updated>2019-10-07T01:41:17Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 7. Oktober 2019, 01:41 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/del&gt;64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/ins&gt;line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>196.245.241.165</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=80327&amp;oldid=prev</id>
		<title>107.158.86.70 am 25. August 2019 um 00:55 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=80327&amp;oldid=prev"/>
				<updated>2019-08-25T00:55:35Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 25. August 2019, 00:55 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/del&gt;move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/ins&gt;64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>107.158.86.70</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=78431&amp;oldid=prev</id>
		<title>38.125.235.154 am 14. August 2019 um 02:03 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=78431&amp;oldid=prev"/>
				<updated>2019-08-14T02:03:56Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 14. August 2019, 02:03 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/del&gt;you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/ins&gt;move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>38.125.235.154</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=75218&amp;oldid=prev</id>
		<title>45.94.233.198 am 22. Juli 2019 um 04:19 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=75218&amp;oldid=prev"/>
				<updated>2019-07-22T04:19:47Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 22. Juli 2019, 04:19 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/del&gt;also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/ins&gt;you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>45.94.233.198</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=74409&amp;oldid=prev</id>
		<title>196.247.212.219 am 7. Juli 2019 um 23:16 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=74409&amp;oldid=prev"/>
				<updated>2019-07-07T23:16:38Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 7. Juli 2019, 23:16 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/del&gt;minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/ins&gt;also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>196.247.212.219</name></author>	</entry>

	<entry>
		<id>http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=73275&amp;oldid=prev</id>
		<title>185.220.70.136 am 13. Juni 2019 um 05:27 Uhr</title>
		<link rel="alternate" type="text/html" href="http://islam-pedia.de/index.php?title=Understanding_Files&amp;diff=73275&amp;oldid=prev"/>
				<updated>2019-06-13T05:27:42Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;tr style='vertical-align: top;' lang='de'&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Version vom 13. Juni 2019, 05:27 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot; &gt;Zeile 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Zeile 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and &lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/del&gt;view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;In the Desktop directory, as shown in the above example, there are 23 files and 7 directories, representing different file types. In Windows, you are familiar with files having icons that help represent the file type. In the command line, the same thing is accomplished by the file extensions. For example, &amp;quot;forum posts.txt&amp;quot; is a text file because it has a .txt file extension. Time.mp3 is an MP3 music file and &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt; [https://www.googlewiththis.com/ website] &lt;/ins&gt;minecraft.exe is an executable file.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Listing of file extensions and additional help with file extensions.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;For most users, you'll only be concerned with executable files, which as mentioned above, is a file that ends with .exe and are also files that end with .com and .bat. When the name of these files are typed into the command line, the program runs, which is the same as double-clicking a file in Windows. For example, if we wanted to run minecraft.exe typing &amp;quot;minecraft&amp;quot; at the prompt runs that program.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Note: Keep in mind that if the executable file you are trying to run is not in the current directory you'll get an error. Unless you have set a path for the directory that contains the executable file, which is how the command line finds external commands.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;If you want to view the contents of a file, most versions of the command line use the edit command. For example, if we wanted to look at the log file hijackthis.log we would type edit hijackthis.log at the prompt. For 64-bit versions of Windows that do not support this command you can use the start command, for example, type start notepad hijackthis.log to open the file in Notepad. Further information about opening and editing a file from the command line can also be found on the link below.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;How to open and view the contents of a file on a computer.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Moving back a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;You learned earlier the cd command can move into a directory. This command also allows you to go back a directory by typing cd.. at the prompt. When this command is typed you'll be moved out of the Desktop directory and back into the user directory. If you wanted to move back to the root directory typing cd\ takes you to the C:\&amp;gt; prompt. If you know the name of the directory you want to move into, you can also type cd\ and the directory name. For example, to move into C:\Windows&amp;gt; type cd\windows at the prompt.&amp;lt;br&amp;gt;Creating a directory&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Now with your basic understanding of navigating the command line let's start creating new directories. To create a directory in the current directory use the mkdir command. For example, create a directory called &amp;quot;test&amp;quot; by typing mkdir test at the prompt. If created successfully you should be returned to the prompt with no error message. After the directory has been created, move into that directory with the cd command.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>185.220.70.136</name></author>	</entry>

	</feed>