<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://process.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://process.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Linux_Spoken_Tutorial%2FBasic_Level_Tutorial_Set%2FLinux-part2</id>
		<title>Linux Spoken Tutorial/Basic Level Tutorial Set/Linux-part2 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://process.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Linux_Spoken_Tutorial%2FBasic_Level_Tutorial_Set%2FLinux-part2"/>
		<link rel="alternate" type="text/html" href="https://process.spoken-tutorial.org/index.php?title=Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part2&amp;action=history"/>
		<updated>2026-05-21T20:20:02Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://process.spoken-tutorial.org/index.php?title=Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part2&amp;diff=215&amp;oldid=prev</id>
		<title>Sanmugam: Created page with 'Spoken tutorial on basic linux commands part – 2    {| style=&quot;border-spacing:0;&quot; | style=&quot;border-top:0.035cm solid #000000;border-bottom:0.035cm solid #000000;border-left:0.035…'</title>
		<link rel="alternate" type="text/html" href="https://process.spoken-tutorial.org/index.php?title=Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part2&amp;diff=215&amp;oldid=prev"/>
				<updated>2013-01-09T11:00:50Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;Spoken tutorial on basic linux commands part – 2    {| style=&amp;quot;border-spacing:0;&amp;quot; | style=&amp;quot;border-top:0.035cm solid #000000;border-bottom:0.035cm solid #000000;border-left:0.035…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Spoken tutorial on basic linux commands part – 2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-top:0.035cm solid #000000;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| &amp;lt;center&amp;gt;'''Visual Cue'''&amp;lt;/center&amp;gt;&lt;br /&gt;
| style=&amp;quot;border:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;center&amp;gt;'''Narration'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Show first slide from the presentation&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Dear friends,&lt;br /&gt;
&lt;br /&gt;
Welcome to the second part of spoken tutorial on basic linux commands In this tutorial we will focus on directory operaions and file permissions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Show second slide from the presentation&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| First command that we will cover is '''mkdir. '''This command creates a new directory in linux file system.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
mkdir testdir&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To create a new directory we will type '''mkdir tesdir'''&amp;lt;nowiki&amp;gt;. This will create a new directory called testdir. &amp;lt;pause&amp;gt; Let us now list all sub directories under the current directory and see if new directory has been created.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Type ls and highlight the newly created directory&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| As you can see we success fully create a new directory called testdir.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Mkdir can create multiple directories under a given path. When used with -p switch, mkdir will create all the required directories in a given path.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
mkdir -p /tmp/hello/world&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| We will now create a new directory called hello in the /tmp directory and another subdirectory called world under the newly created hello directory.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls /tmp &amp;amp;&amp;amp; ls /tmp/hello&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| As you can this command created a directory called hello and a subdirectory called world under hello.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Show slide number 3&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Let us now create a directory structure as shown in the figure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mkdir -p tmpdir/{apple,orange,mango/variety/{alphanso,extrema,haden},peach}&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls tmpdir &amp;amp;&amp;amp; tmpdir/mango/variety&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;As you can see, we create the required directory with a single command. &amp;lt;pause&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide 4&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;Now lets move to next command. &amp;lt;pause&amp;gt; chown is a command used to change the ownership of a file or directory. &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To change the ownership of a file or directory, type chown followed by options and filename.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in the console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chown root tmpdir&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;This command will change the ownership of the tmpdir to root user.&amp;lt;pause&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can specify the oner user and owner group for a file with chown.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in the console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chown nobody.nogroup tmpdir&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| This command will change the ownership of '''tmpdir '''to nobody user and nogroup group.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chmod -R nobody.nogroup tmpdir&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| You can change the ownership of all files and subdirectories in a given directory at once, '''recursively.''' The -R will make chown change permissions of all files and directories recursively.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 5&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;Before moving to our next command, lets look at a unix file permissions. &amp;lt;pause&amp;gt; &amp;lt;/nowiki&amp;gt;&amp;lt;nowiki&amp;gt;In unix world, every file and directory has permissions associated with it. These permissions control who can read, write or execute a file or directory.&amp;lt;pause&amp;gt; An user will require execute permission on a directory, if he wants to change directory to a given directory.&amp;lt;pause&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Let us now look at few files and the permissions associated with the files.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls -l&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;As you can see with every file you have some permissions. &amp;lt;highlight the permission bits in the console&amp;gt;. &amp;lt;pause&amp;gt; First thre e letters will tell you the permissions that owner of a file has &amp;lt;highlight first three rwx bits&amp;gt;. &amp;lt;pause&amp;gt; Next three letters will tel you what permissions the owner group of the file has &amp;lt;highlight next three bits of the permissions&amp;gt; &amp;lt;pause&amp;gt;. Last three letters will tell you what are the permissions for rest of the world.&amp;lt;pause&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A '''r''' in first place means you have '''read'''&amp;lt;nowiki&amp;gt; permissions on the file.&amp;lt;pause&amp;gt; A &amp;lt;/nowiki&amp;gt;'''w''' in second position means you have '''write'''&amp;lt;nowiki&amp;gt; permission on the file.&amp;lt;pause&amp;gt; A &amp;lt;/nowiki&amp;gt;'''x''' in third position means you have '''execute''' permission on the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| &lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 6&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Let us now look at chmod command in unix world that lets you change the permissions of a file&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls -l abc.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| You can see that file has only read permissions. Let us add write permissions to the owner of the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chmod u+w abc.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| In this command '''u''' represents user permissions and '''plus sign''' represents adding permissions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chmod a-w abc.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To remove a specific permission from a file you have to use '''minus sign'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chmod g+w abc.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To add permissions for a group we will use '''g''' instead of '''u'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chmod a+w abc.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To give write permission to all users, we will use '''a plus w'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chmod -r a+w tmpdir&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To grant write permissions to all files in a directory you can use -R option. This option will recursively apply the specified permissions.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 7 &lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Our next command is '''chgrp''' which allows you to change the group of a file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
chgrp nogroup abc.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;To change the group of a file we will type the following command &amp;lt;type the command in the console&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls -l&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| As we can see the group of the file abc.txt is now changed to nogroup.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 8&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Our next command is '''rm'''. This command lets us remove files and directories from the file system.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
rm abc.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;To remove a file simply type following command &amp;lt;type the command in the console&amp;gt;.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
rm -r temp&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Rm will not remove a directory by default. You have to specify the '''-r'''&amp;lt;nowiki&amp;gt; switch to remove the directory.&amp;lt;pause&amp;gt; You can also force the removal of a file or directory by using a &amp;lt;/nowiki&amp;gt;'''-f '''switch.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide 9&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| This brings us to the end of the second part of spoken tutorial on basic linux commands. Thanks for watching this tutorial.&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sanmugam</name></author>	</entry>

	</feed>