<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Linux-for-Sys-Ads%2FC2%2FModifying-and-Deleting-Groups%2FEnglish-timed</id>
		<title>Linux-for-Sys-Ads/C2/Modifying-and-Deleting-Groups/English-timed - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Linux-for-Sys-Ads%2FC2%2FModifying-and-Deleting-Groups%2FEnglish-timed"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Linux-for-Sys-Ads/C2/Modifying-and-Deleting-Groups/English-timed&amp;action=history"/>
		<updated>2026-04-26T15:05:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=Linux-for-Sys-Ads/C2/Modifying-and-Deleting-Groups/English-timed&amp;diff=56043&amp;oldid=prev</id>
		<title>PoojaMoolya: Created page with &quot; {| border=1 |- || '''Time''' || '''Narration''' |- || 00:01 || Hello and welcome to the spoken tutorial on '''Modifying and Deleting Groups in Linux.'''  |- || 00:09 || In th...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=Linux-for-Sys-Ads/C2/Modifying-and-Deleting-Groups/English-timed&amp;diff=56043&amp;oldid=prev"/>
				<updated>2022-09-08T09:15:41Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; {| border=1 |- || &amp;#039;&amp;#039;&amp;#039;Time&amp;#039;&amp;#039;&amp;#039; || &amp;#039;&amp;#039;&amp;#039;Narration&amp;#039;&amp;#039;&amp;#039; |- || 00:01 || Hello and welcome to the spoken tutorial on &amp;#039;&amp;#039;&amp;#039;Modifying and Deleting Groups in Linux.&amp;#039;&amp;#039;&amp;#039;  |- || 00:09 || In th...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
{| border=1&lt;br /&gt;
|-&lt;br /&gt;
|| '''Time'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
|| 00:01&lt;br /&gt;
|| Hello and welcome to the spoken tutorial on '''Modifying and Deleting Groups in Linux.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:09&lt;br /&gt;
|| In this tutorial we will learn about &lt;br /&gt;
&lt;br /&gt;
'''groupmod command '''and  '''groupdel command '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:17&lt;br /&gt;
|| We will do this through some examples.&lt;br /&gt;
|-&lt;br /&gt;
|| 00:21&lt;br /&gt;
|| To record this tutorial, I am using '''Ubuntu Linux 16.04 OS'''&lt;br /&gt;
|-&lt;br /&gt;
|| 00:28&lt;br /&gt;
|| To practice this tutorial,  you should have gone through the '''Linux System Administration '''tutorials''' '''on this website and&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:36&lt;br /&gt;
||  you must have '''root access''' to your computer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 00:41&lt;br /&gt;
|| Open the '''Terminal '''by pressing '''Ctrl, Alt and T '''keys simultaneously on the keyboard.&lt;br /&gt;
|-&lt;br /&gt;
|| 00:49&lt;br /&gt;
|| First, you should login as '''superuser '''or '''root user'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 00:56&lt;br /&gt;
|| Here onwards, please remember to press the '''Enter''' key after typing each '''command'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 01:03&lt;br /&gt;
|| In the series, we had created the '''group electronics.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:07&lt;br /&gt;
|| Let us check the details of the '''group '''from the '''/etc/group''' file.&lt;br /&gt;
|-&lt;br /&gt;
|| 01:14&lt;br /&gt;
|| Notice that '''group electronics''' has '''GID''' 1006.&lt;br /&gt;
|-&lt;br /&gt;
|| 01:20&lt;br /&gt;
|| Also, the list of members field is empty.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:25&lt;br /&gt;
|| So, no '''user''' has '''group electronics''' as a '''supplementary group'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 01:31&lt;br /&gt;
|| Let’s check the '''/etc/passwd''' file to know how many '''users''' belong to the '''primary group electronics.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 01:42&lt;br /&gt;
|| Notice that, the '''users testmod''' and '''amit''' have '''1006''' in the fourth '''field'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 01:50&lt;br /&gt;
|| It means the users''' testmod '''and''' amit '''belong to the '''group electronics'''&lt;br /&gt;
|-&lt;br /&gt;
|| 01:57&lt;br /&gt;
|| Let me create a document '''testfile.txt '''in the user account''' testmod'''&lt;br /&gt;
|-&lt;br /&gt;
|| 02:04&lt;br /&gt;
|| '''So, login''' as '''user testmod''' &lt;br /&gt;
|-&lt;br /&gt;
|| 02:08&lt;br /&gt;
|| Now if we create any document, then that document will be owned by the '''group electronics.'''Let's do that.&lt;br /&gt;
|-&lt;br /&gt;
|| 02:17&lt;br /&gt;
|| First we’ll create a text file named '''testfile.txt'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:24&lt;br /&gt;
|| I am going to use '''vi text editor '''to do so. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:28&lt;br /&gt;
|| But you can use any other '''text editor '''of your choice.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:33&lt;br /&gt;
|| At the '''command prompt''' type '''vi space testfile.txt '''&lt;br /&gt;
|-&lt;br /&gt;
|| 02:41&lt;br /&gt;
|| Press '''I''' on the keyboard to insert text.&lt;br /&gt;
|-&lt;br /&gt;
|| 02:45&lt;br /&gt;
|| Now type this text, “'''Hi I am user testmod'''”&lt;br /&gt;
|-&lt;br /&gt;
|| 02:50&lt;br /&gt;
|| Press the '''Escape''' key on the keyboard to exit from the '''insert mode'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 02:55&lt;br /&gt;
|| Then press '''colon w q''' &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 02:59&lt;br /&gt;
|| '''w''' is used to save the typed text in the text file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:04&lt;br /&gt;
|| And '''q''' is used to quit the '''editor'''.&lt;br /&gt;
&lt;br /&gt;
Now press '''Enter.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 03:11&lt;br /&gt;
|| We are back to the '''command prompt'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 03:14&lt;br /&gt;
|| Now type, '''ls space hyphen l space testfile.txt'''&lt;br /&gt;
|-&lt;br /&gt;
|| 03:22&lt;br /&gt;
|| Notice the third and fourth '''fields'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:25&lt;br /&gt;
|| The document belongs to '''user testmod''' and '''group electronics.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 03:31&lt;br /&gt;
|| Now let us start modifying the '''group''' with the '''groupmod command.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 03:37&lt;br /&gt;
||  The '''groupmod command''' is used to modify the definition of the '''group '''specified in the''' command'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:45&lt;br /&gt;
|| This is the syntax.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 03:49&lt;br /&gt;
||  Here the '''options field''' is not mandatory.&lt;br /&gt;
|-&lt;br /&gt;
|| 03:54&lt;br /&gt;
|| '''groupmod command''' can be used to modify-  the '''group '''name,&lt;br /&gt;
&lt;br /&gt;
'''GID'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:00&lt;br /&gt;
||  '''GID''' to a non-unique number&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:04&lt;br /&gt;
|| Suppose, we want to modify our '''group'''’s name from '''electronics''' to '''electrical'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:10&lt;br /&gt;
|| To do so, let me switch back to the '''root login'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:15&lt;br /&gt;
|| Exit from the '''user testmod'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 04:19&lt;br /&gt;
|| Now type '''groupmod space hyphen n space electrical space electronics'''&lt;br /&gt;
|-&lt;br /&gt;
|| 04:28&lt;br /&gt;
|| Then type '''cat space /etc/group'''&lt;br /&gt;
|-&lt;br /&gt;
|| 04:34&lt;br /&gt;
|| Notice that the '''group''' with '''GID 1006''' is now named as '''electrical.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 04:42&lt;br /&gt;
||  You can also change the '''GID''' of a '''group''' to a new unique non-negative number.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:50&lt;br /&gt;
||  Suppose, you are planning to use number '''1100''' as the new '''GID''' value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 04:57&lt;br /&gt;
||  So, first ensure, that the number '''1100''' is not present as '''GID''' in any other '''group'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:06&lt;br /&gt;
|| From the output of '''/etc/group 1100''' is not set as a '''GID''' value to any of the '''group'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:16&lt;br /&gt;
|| This type of manual checking is not a good idea, if you have a large number of '''groups'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:22&lt;br /&gt;
|| Instead we can use the '''grep command''' to check if the number is present or not.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 05:30&lt;br /&gt;
|| As an assignment, try this out on your own.&lt;br /&gt;
|-&lt;br /&gt;
|| 05:35&lt;br /&gt;
|| Now to change '''GID''' value, type  '''groupmod space hyphen g space 1100 space electrical'''&lt;br /&gt;
|-&lt;br /&gt;
|| 05:48&lt;br /&gt;
|| Now check the details of the file''' /etc/group'''&lt;br /&gt;
|-&lt;br /&gt;
|| 05:54&lt;br /&gt;
|| Notice that '''GID''' of '''electrical''' is now '''1100.'''&lt;br /&gt;
|-&lt;br /&gt;
||  06:00&lt;br /&gt;
|| We know that '''user testmod''' belongs to the '''group electrical.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:05&lt;br /&gt;
|| Let’s check '''/etc/passwd '''file for the entry of the '''user testmod'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 06:14&lt;br /&gt;
|| Notice that the '''GID''' value in the fourth '''field''' is also updated.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:19&lt;br /&gt;
|| It is showing the current value '''1100.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 06:24&lt;br /&gt;
||  The '''group ID''' has changed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:27&lt;br /&gt;
||  But the files belonging to this '''group''' will retain the old '''group ID''' value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:34&lt;br /&gt;
||  So we must change their '''group ID''' manually.&lt;br /&gt;
|-&lt;br /&gt;
|| 06:39&lt;br /&gt;
|| To find all files belonging to the '''group''' with '''GID 1100''', type  '''find space slash home space hyphen gid space 1100'''&lt;br /&gt;
|-&lt;br /&gt;
|| 06:55&lt;br /&gt;
|| This may take some time. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 06:58&lt;br /&gt;
|| We have not got any output.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:01&lt;br /&gt;
|| Recall the previous '''command'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:04&lt;br /&gt;
|| Change the '''group ID''' value to '''1006''' that is the previous '''group ID''' of '''electrical'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 07:12&lt;br /&gt;
|| Notice, the file '''testfile.txt''' still belongs to '''group ID 1006.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:20&lt;br /&gt;
|| Please note the complete '''path''' of the file '''testfile.txt'''&lt;br /&gt;
|-&lt;br /&gt;
|| 07:26&lt;br /&gt;
|| To change the '''group ID''' for the file '''testfile.txt''' to '''1100''', type&lt;br /&gt;
&lt;br /&gt;
'''chgrp space 1100 space ''', then type the full''' path '''of file''' testfile.txt.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 07:44&lt;br /&gt;
|| '''chgrp command''' is used to change the '''group''' of the file.&lt;br /&gt;
|-&lt;br /&gt;
|| 07:49&lt;br /&gt;
|| The '''command''' has executed without any error.&lt;br /&gt;
|-&lt;br /&gt;
|| 07:53&lt;br /&gt;
|| Recall the '''command''' to display all the files belonging to''' group ID 1100.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 08:00&lt;br /&gt;
|| Notice the output shows '''testfile.txt '''file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:05&lt;br /&gt;
|| Please note, you may have multiple files belonging to old '''group ID''' value.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:12&lt;br /&gt;
|| Changing '''group ID''' manually one by one will be a tedious job in that case.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:18&lt;br /&gt;
|| Try writing '''shell script '''for this. &lt;br /&gt;
|-&lt;br /&gt;
|| 08:22&lt;br /&gt;
|| Now we know how to change the '''GID''' of a '''group''' to another unique value.&lt;br /&gt;
&lt;br /&gt;
Let’s move on.&lt;br /&gt;
|-&lt;br /&gt;
|| 08:30&lt;br /&gt;
|| Recall the '''command''' to display '''/etc/group'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 08:36&lt;br /&gt;
|| Notice, '''literature club''' has '''GID 1007'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:42&lt;br /&gt;
|| Let us try to assign this '''1007''' as the new '''GID''' of '''electrical.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 08:49&lt;br /&gt;
|| Notice, it is showing an error, '''GID 1007 already exists.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 08:56&lt;br /&gt;
|| So, we cannot change the '''group ID '''to a non-unique value with only '''hyphen g''' option.&lt;br /&gt;
|-&lt;br /&gt;
|| 09:04&lt;br /&gt;
||  To change the '''group ID''' to a non-unique value, you will need '''hyphen o option''' along with '''hyphen g option'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:14&lt;br /&gt;
|| Let me try to set the '''GID''' to '''1007''' now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:19&lt;br /&gt;
|| Recall the previous '''command.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 09:22&lt;br /&gt;
|| Now, after '''1007''', give '''space''' and then type '''hyphen o'''&lt;br /&gt;
|-&lt;br /&gt;
|| 09:30&lt;br /&gt;
|| The '''command''' has executed successfully.&lt;br /&gt;
|-&lt;br /&gt;
|| 09:34&lt;br /&gt;
|| Next, execute the '''cat /etc/group command'''&lt;br /&gt;
|-&lt;br /&gt;
|| 09:41&lt;br /&gt;
|| Notice that both '''electrical''' and '''literature_club''' now have same '''GID 1007.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 09:50&lt;br /&gt;
|| So, we have learnt about '''groupmod command'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 09:54&lt;br /&gt;
|| Now let’s learn about '''groupdel command.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 09:58&lt;br /&gt;
||  '''groupdel command''' is used by the '''root''' or the '''superuser''' to remove a '''group'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 10:05&lt;br /&gt;
||  Syntax is '''groupdel space groupname'''&lt;br /&gt;
|-&lt;br /&gt;
|| 10:10&lt;br /&gt;
|| Let me remove the '''group''' named '''electrical'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 10:14&lt;br /&gt;
|| Type '''groupdel space electrical'''&lt;br /&gt;
|-&lt;br /&gt;
|| 10:19&lt;br /&gt;
|| Notice that '''Linux''' has thrown some error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 10:23&lt;br /&gt;
|| It is telling that '''cannot remove primary group of the user amit'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 10:29&lt;br /&gt;
|| So, you cannot delete '''electrical''' because it is the '''primary group''' of an existing '''user amit.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 10:37&lt;br /&gt;
|| You must first delete the '''user amit''' and then you can remove '''electrical'''.&lt;br /&gt;
&lt;br /&gt;
Let’s try this.&lt;br /&gt;
|-&lt;br /&gt;
|| 10:46&lt;br /&gt;
|| For deleting user '''amit''', type '''userdel space hyphen r space amit''' &lt;br /&gt;
|-&lt;br /&gt;
|| 10:54&lt;br /&gt;
|| The '''command''' may report that the '''user's mail spool''' was not found. &lt;br /&gt;
&lt;br /&gt;
This warning can be ignored.&lt;br /&gt;
|-&lt;br /&gt;
|| 11:03&lt;br /&gt;
|| Now execute the '''groupdel command.'''&lt;br /&gt;
|-&lt;br /&gt;
|| 11:07&lt;br /&gt;
|| Once again we got the error.&lt;br /&gt;
&lt;br /&gt;
Says, '''cannot remove the primary group of the user testmod'''&lt;br /&gt;
|-&lt;br /&gt;
|| 11:15&lt;br /&gt;
|| Let me delete the user '''testmod'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 11:19&lt;br /&gt;
|| Once again we got the '''user's mail spool''' error. &lt;br /&gt;
|-&lt;br /&gt;
|| 11:24&lt;br /&gt;
|| Now execute the '''groupdel command '''for the '''group electrical'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 11:29&lt;br /&gt;
|| This time we did not get any error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 11:33&lt;br /&gt;
|| Now execute the '''cat /etc/group command'''&lt;br /&gt;
|-&lt;br /&gt;
|| 11:40&lt;br /&gt;
|| We can see that there is no entry for '''electrical'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 11:44&lt;br /&gt;
|| The '''group''' named '''electrical''' is deleted now.&lt;br /&gt;
|-&lt;br /&gt;
|| 11:48&lt;br /&gt;
|| The important point you have to keep in mind is:&lt;br /&gt;
&lt;br /&gt;
You are not permitted to remove the '''primary group''' of any existing '''user'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 11:58&lt;br /&gt;
||  You must remove the '''user''' first. Then you can remove that '''user's primary group'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 12:05&lt;br /&gt;
|| Now what about the files owned by the deleted '''group'''?&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 12:09&lt;br /&gt;
||  '''groupdel''' will not automatically check for files owned by the deleted '''group'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 12:15&lt;br /&gt;
||  You should manually search all '''file systems''' for such files.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 12:21&lt;br /&gt;
||  You can use the '''find command''' for this search.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 12:25&lt;br /&gt;
||  You should ensure that no files remain owned by this deleted '''group'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 12:31&lt;br /&gt;
||  You can either delete those files or change the '''group ownership''' using '''chgrp command.'''&lt;br /&gt;
&lt;br /&gt;
I leave it as an exercise for you.&lt;br /&gt;
|-&lt;br /&gt;
|| 12:43&lt;br /&gt;
|| Switch to the '''terminal'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 12:45&lt;br /&gt;
|| Exit from the '''root user access'''.&lt;br /&gt;
|-&lt;br /&gt;
|| 12:49&lt;br /&gt;
|| This brings us to the end of this tutorial.&lt;br /&gt;
&lt;br /&gt;
Let us summarize.&lt;br /&gt;
|-&lt;br /&gt;
|| 12:55&lt;br /&gt;
|| In this tutorial we learnt about-&lt;br /&gt;
&lt;br /&gt;
'''groupmod command '''to modify the '''group '''name &lt;br /&gt;
|-&lt;br /&gt;
|| 13:02&lt;br /&gt;
||  '''GID'''&lt;br /&gt;
&lt;br /&gt;
'''GID '''to a non-unique number&lt;br /&gt;
|-&lt;br /&gt;
|| 13:08&lt;br /&gt;
|| '''groupdel command''' to delete a '''group'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 13:11&lt;br /&gt;
|| As an assignment:  Create two new '''groups''' &lt;br /&gt;
&lt;br /&gt;
'''civil''' with '''GID 1201''',  '''mechanical''' with '''GID 1202'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 13:24&lt;br /&gt;
||  Add a '''user suman''' with '''primary group civil'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 13:29&lt;br /&gt;
||  Let '''suman''' create a document '''test.txt''' and type any text of your choice.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 13:36&lt;br /&gt;
||  Modify the '''GID''' of the '''group civil''' to '''1203'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 13:42&lt;br /&gt;
||  Change the '''group ownership''' of the file '''test.txt'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 13:47&lt;br /&gt;
||  Delete '''group civil '''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 13:49&lt;br /&gt;
||  Delete file '''test.txt'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 13:53&lt;br /&gt;
|| The video at the following link summarises the Spoken Tutorial project.&lt;br /&gt;
&lt;br /&gt;
Please download and watch it.&lt;br /&gt;
|-&lt;br /&gt;
|| 14:01&lt;br /&gt;
|| The Spoken Tutorial Project team conducts workshops using spoken tutorials and gives certificates.&lt;br /&gt;
&lt;br /&gt;
For more details, please write to us.&lt;br /&gt;
|-&lt;br /&gt;
|| 14:13&lt;br /&gt;
|| Pls post your timed queries in this Forum.&lt;br /&gt;
|-&lt;br /&gt;
|| 14:17&lt;br /&gt;
|| Spoken Tutorial Project is funded by NMEICT, MHRD, Government of India.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|| 14:23&lt;br /&gt;
|| The script has been contributed by Antara. And this is Praveen from IIT Bombay signing off.&lt;br /&gt;
&lt;br /&gt;
Thanks for joining.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>PoojaMoolya</name></author>	</entry>

	</feed>