| @@ -3087,7 +3087,7 @@ msgstr "5" | ||||
| #: limits.5.xml:61(refmiscinfo) gshadow.5.xml:48(refmiscinfo) | ||||
| #: faillog.5.xml:59(refmiscinfo) | ||||
| msgid "File Formats and Conversions" | ||||
| msgstr "Dateiformate und -konvertierung" | ||||
| msgstr "Dateiformate und konvertierung" | ||||
|  | ||||
| #: suauth.5.xml:65(refpurpose) | ||||
| msgid "detailed su control file" | ||||
| @@ -4370,7 +4370,7 @@ msgstr "" | ||||
|  | ||||
| #: shadow.5.xml:235(para) | ||||
| msgid "An empty field means that the account will never expire." | ||||
| msgstr "Ein leeren Feld bedeutet, dass das Konto nicht verfallen wird." | ||||
| msgstr "Ein leeres Feld bedeutet, dass das Konto nicht verfallen wird." | ||||
|  | ||||
| #: shadow.5.xml:238(para) | ||||
| msgid "" | ||||
| @@ -6961,7 +6961,7 @@ msgid "" | ||||
| "contents of this file should be a message indicating why logins are " | ||||
| "inhibited." | ||||
| msgstr "" | ||||
| "Falls angegeben, der Name einer Datei, dessen Existenz Anmeldungen außer von " | ||||
| "Falls angegeben, der Name einer Datei, deren Existenz Anmeldungen außer von " | ||||
| "Root verhindert. Der Inhalt der Datei sollte die Gründe enthalten, weshalb " | ||||
| "Anmeldungen untersagt sind." | ||||
|  | ||||
|   | ||||
							
								
								
									
										13
									
								
								po/nb.po
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								po/nb.po
									
									
									
									
									
								
							| @@ -7,12 +7,13 @@ | ||||
| # Bjørn Steensrud <bjornst@powertech.no>, 2006. | ||||
| # Bjørn Steensrud <bjornst@skogkatt.homelinux.org>, 2009, 2012. | ||||
| # Hans Fredrik Nordhaug <hans@nordhaug.priv.no>, 2012. | ||||
| # Lars Bahner <bahner@debian.org>, 2015 | ||||
| msgid "" | ||||
| msgstr "" | ||||
| "Project-Id-Version: shadow 4.0.17\n" | ||||
| "Report-Msgid-Bugs-To: pkg-shadow-devel@lists.alioth.debian.org\n" | ||||
| "POT-Creation-Date: 2016-09-18 14:03-0500\n" | ||||
| "PO-Revision-Date: 2012-01-18 17:19+0100\n" | ||||
| "PO-Revision-Date: 2015-09-30 18:15+0100\n" | ||||
| "Last-Translator: Bjørn Steensrud <bjornst@skogkatt.homelinux.org>\n" | ||||
| "Language-Team: Norwegian Bokmål <i18n-nb@lister.ping.uio.no>\n" | ||||
| "Language: nb\n" | ||||
| @@ -20,7 +21,7 @@ msgstr "" | ||||
| "Content-Type: text/plain; charset=UTF-8\n" | ||||
| "Content-Transfer-Encoding: 8bit\n" | ||||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||||
| "X-Generator: Lokalize 1.2\n" | ||||
| "X-Generator: Poedit 1.7.5\n" | ||||
|  | ||||
| #, c-format | ||||
| msgid "" | ||||
| @@ -48,10 +49,9 @@ msgstr "feil med oppsettet - ukjent element «%s» (kontakt administrator)\n" | ||||
| msgid "%s: nscd did not terminate normally (signal %d)\n" | ||||
| msgstr "%s: nscd avsluttet ikke normallt (signal %d)\n" | ||||
|  | ||||
| #, fuzzy, c-format | ||||
| #| msgid "%s: nscd exited with status %d" | ||||
| #, c-format | ||||
| msgid "%s: nscd exited with status %d\n" | ||||
| msgstr "%s: nscd avsluttet med status %d" | ||||
| msgstr "%s: nscd avsluttet med status %d\n" | ||||
|  | ||||
| msgid "Password: " | ||||
| msgstr "Passord: " | ||||
| @@ -415,8 +415,9 @@ msgstr "passwd: %s\n" | ||||
| msgid "passwd: password unchanged\n" | ||||
| msgstr "passwd: passordet er uendret\n" | ||||
|  | ||||
| #, fuzzy | ||||
| msgid "passwd: password updated successfully\n" | ||||
| msgstr "passwd: passorder ble oppdatert\n" | ||||
| msgstr "passwd: passordet ble oppdatert\n" | ||||
|  | ||||
| #, c-format | ||||
| msgid "Incorrect password for %s.\n" | ||||
|   | ||||
| @@ -988,8 +988,8 @@ int main (int argc, char **argv) | ||||
| 	is_shadow_grp = sgr_file_present (); | ||||
| #endif | ||||
| #ifdef ENABLE_SUBIDS | ||||
| 	is_sub_uid = sub_uid_file_present (); | ||||
| 	is_sub_gid = sub_gid_file_present (); | ||||
| 	is_sub_uid = sub_uid_file_present () && !rflg; | ||||
| 	is_sub_gid = sub_gid_file_present () && !rflg; | ||||
| #endif				/* ENABLE_SUBIDS */ | ||||
|  | ||||
| 	open_files (); | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -217,7 +217,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -217,7 +217,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -217,7 +217,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -217,7 +217,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -217,7 +217,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -217,7 +217,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -217,7 +217,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
| @@ -209,7 +209,7 @@ DEFAULT_HOME	yes | ||||
| #USERDEL_CMD	/usr/sbin/userdel_local | ||||
|  | ||||
| # | ||||
| # If set to yes, userdel will remove the user´s group if it contains no | ||||
| # If set to yes, userdel will remove the user's group if it contains no | ||||
| # more members, and useradd will create by default a group with the name | ||||
| # of the user. | ||||
| # | ||||
|   | ||||
		Reference in New Issue
	
	Block a user