Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 50d190f349 | |||
| 63645e1b11 | |||
| 0f9a3e27ea | |||
| c5f795a54a |
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.71 for shadow 4.19.0.
|
||||
# Generated by GNU Autoconf 2.71 for shadow 4.19.2.
|
||||
#
|
||||
# Report bugs to <pkg-shadow-devel@lists.alioth.debian.org>.
|
||||
#
|
||||
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='shadow'
|
||||
PACKAGE_TARNAME='shadow'
|
||||
PACKAGE_VERSION='4.19.0'
|
||||
PACKAGE_STRING='shadow 4.19.0'
|
||||
PACKAGE_VERSION='4.19.2'
|
||||
PACKAGE_STRING='shadow 4.19.2'
|
||||
PACKAGE_BUGREPORT='pkg-shadow-devel@lists.alioth.debian.org'
|
||||
PACKAGE_URL='https://github.com/shadow-maint/shadow'
|
||||
|
||||
@@ -1484,7 +1484,7 @@ if test "$ac_init_help" = "long"; then
|
||||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures shadow 4.19.0 to adapt to many kinds of systems.
|
||||
\`configure' configures shadow 4.19.2 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
@@ -1555,7 +1555,7 @@ fi
|
||||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of shadow 4.19.0:";;
|
||||
short | recursive ) echo "Configuration of shadow 4.19.2:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
@@ -1728,7 +1728,7 @@ fi
|
||||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
shadow configure 4.19.0
|
||||
shadow configure 4.19.2
|
||||
generated by GNU Autoconf 2.71
|
||||
|
||||
Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
@@ -2328,7 +2328,7 @@ cat >config.log <<_ACEOF
|
||||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by shadow $as_me 4.19.0, which was
|
||||
It was created by shadow $as_me 4.19.2, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
$ $0$ac_configure_args_raw
|
||||
@@ -3606,7 +3606,7 @@ fi
|
||||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='shadow'
|
||||
VERSION='4.19.0'
|
||||
VERSION='4.19.2'
|
||||
|
||||
|
||||
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
||||
@@ -20443,7 +20443,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
||||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by shadow $as_me 4.19.0, which was
|
||||
This file was extended by shadow $as_me 4.19.2, which was
|
||||
generated by GNU Autoconf 2.71. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
@@ -20512,7 +20512,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||
ac_cs_config='$ac_cs_config_escaped'
|
||||
ac_cs_version="\\
|
||||
shadow config.status 4.19.0
|
||||
shadow config.status 4.19.2
|
||||
configured by $0, generated by GNU Autoconf 2.71,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ m4_define([libsubid_abi_minor], [0])
|
||||
m4_define([libsubid_abi_micro], [0])
|
||||
m4_define([libsubid_abi], [libsubid_abi_major.libsubid_abi_minor.libsubid_abi_micro])
|
||||
|
||||
AC_INIT([shadow], [4.19.0], [pkg-shadow-devel@lists.alioth.debian.org], [],
|
||||
AC_INIT([shadow], [4.19.2], [pkg-shadow-devel@lists.alioth.debian.org], [],
|
||||
[https://github.com/shadow-maint/shadow])
|
||||
AC_CONFIG_MACRO_DIRS([m4])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
|
||||
Vendored
+7
@@ -1,3 +1,10 @@
|
||||
shadow (1:4.19.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream version 4.19.2
|
||||
* Refresh patches, drop upstream-applied chkhask patches
|
||||
|
||||
-- Chris Hofstaedtler <zeha@debian.org> Sun, 25 Jan 2026 14:18:54 +0100
|
||||
|
||||
shadow (1:4.19.0-4) unstable; urgency=medium
|
||||
|
||||
* Import upstream patches to fix hash check (Closes: #1124835)
|
||||
|
||||
@@ -80,7 +80,7 @@ index bbc9859..5446f35 100644
|
||||
case 'c':
|
||||
if (!VALID (optarg)) {
|
||||
diff --git a/src/usermod.c b/src/usermod.c
|
||||
index e8c9da6..dc88776 100644
|
||||
index e26f011..f0f6234 100644
|
||||
--- a/src/usermod.c
|
||||
+++ b/src/usermod.c
|
||||
@@ -396,7 +396,7 @@ usage (int status)
|
||||
|
||||
@@ -9,7 +9,7 @@ Reported as https://github.com/shadow-maint/shadow/issues/1229
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index b3dd34d..bbda154 100644
|
||||
index 7727d1c..b5114e8 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -23,7 +23,7 @@ AC_SUBST([LIBSUBID_ABI], [libsubid_abi])
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
From: Alejandro Colomar <alx@kernel.org>
|
||||
Date: Wed, 7 Jan 2026 23:44:26 +0100
|
||||
Subject: lib/chkhash.c: is_valid_hash(): Accept '*' as the hash
|
||||
|
||||
This is widely accepted as an invalid hash, to remove password access
|
||||
for an account (that is, no passwords will match the "hash").
|
||||
|
||||
Fixes: c44f1e096a19 (2025-07-20; "chpasswd: Check hash before write when using -e")
|
||||
Closes: <https://github.com/shadow-maint/shadow/issues/1483>
|
||||
Closes: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124835>
|
||||
Reported-by: Chris Hofstaedtler <zeha@debian.org>
|
||||
Cc: vinz <mmpx09@protonmail.com>
|
||||
Signed-off-by: Alejandro Colomar <alx@kernel.org>
|
||||
---
|
||||
lib/chkhash.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/lib/chkhash.c b/lib/chkhash.c
|
||||
index 4bf98f8..46b3863 100644
|
||||
--- a/lib/chkhash.c
|
||||
+++ b/lib/chkhash.c
|
||||
@@ -8,6 +8,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "string/strcmp/strprefix.h"
|
||||
+#include "string/strcmp/streq.h"
|
||||
|
||||
/*
|
||||
* match_regex - return true if match, false if not
|
||||
@@ -42,6 +43,9 @@ is_valid_hash(const char *hash)
|
||||
|
||||
hash = strprefix(hash, "!") ?: hash;
|
||||
|
||||
+ if (streq(hash, "*"))
|
||||
+ return true;
|
||||
+
|
||||
// Minimum hash length
|
||||
if (strlen(hash) < 13)
|
||||
return false;
|
||||
Vendored
-2
@@ -8,5 +8,3 @@ debian/Adapt-login.defs-for-Debian.patch
|
||||
debian/Stop-building-programs-we-do-not-install.patch
|
||||
debian/Warn-when-badname-and-variants-are-given.patch
|
||||
debian/configure.ac-align-exec_prefix-with-prefix.patch
|
||||
upstream/lib-chkhash.c-is_valid_hash-Accept-a-leading.patch
|
||||
debian/lib-chkhash.c-is_valid_hash-Accept-as-the-hash.patch
|
||||
|
||||
@@ -1,39 +0,0 @@
|
||||
From: Alejandro Colomar <alx@kernel.org>
|
||||
Date: Wed, 7 Jan 2026 23:39:53 +0100
|
||||
Subject: lib/chkhash.c: is_valid_hash(): Accept a leading '!'
|
||||
|
||||
A leading '!' means that the account is locked.
|
||||
|
||||
Fixes: c44f1e096a19 (2025-07-20; "chpasswd: Check hash before write when using -e")
|
||||
Link: <https://github.com/shadow-maint/shadow/issues/1483>
|
||||
Link: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124835>
|
||||
Reported-by: Chris Hofstaedtler <zeha@debian.org>
|
||||
Cc: vinz <mmpx09@protonmail.com>
|
||||
Signed-off-by: Alejandro Colomar <alx@kernel.org>
|
||||
---
|
||||
lib/chkhash.c | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/lib/chkhash.c b/lib/chkhash.c
|
||||
index 6687050..4bf98f8 100644
|
||||
--- a/lib/chkhash.c
|
||||
+++ b/lib/chkhash.c
|
||||
@@ -7,6 +7,7 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
+#include "string/strcmp/strprefix.h"
|
||||
|
||||
/*
|
||||
* match_regex - return true if match, false if not
|
||||
@@ -37,6 +38,10 @@ match_regex(const char *pattern, const char *string)
|
||||
bool
|
||||
is_valid_hash(const char *hash)
|
||||
{
|
||||
+ const char *p;
|
||||
+
|
||||
+ hash = strprefix(hash, "!") ?: hash;
|
||||
+
|
||||
// Minimum hash length
|
||||
if (strlen(hash) < 13)
|
||||
return false;
|
||||
@@ -7,6 +7,9 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "string/strcmp/streq.h"
|
||||
#include "string/strcmp/strprefix.h"
|
||||
|
||||
|
||||
/*
|
||||
* match_regex - return true if match, false if not
|
||||
@@ -37,6 +40,15 @@ match_regex(const char *pattern, const char *string)
|
||||
bool
|
||||
is_valid_hash(const char *hash)
|
||||
{
|
||||
hash = strprefix(hash, "!") ?: hash;
|
||||
|
||||
// Passwordless account; discouraged
|
||||
if (streq(hash, ""))
|
||||
return true;
|
||||
|
||||
if (streq(hash, "*"))
|
||||
return true;
|
||||
|
||||
// Minimum hash length
|
||||
if (strlen(hash) < 13)
|
||||
return false;
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
<!ENTITY GROUP_NAME_MAX_LENGTH '32'>
|
||||
<!ENTITY SHADOW_UTILS_VERSION '4.19.0'>
|
||||
<!ENTITY SHADOW_UTILS_VERSION '4.19.2'>
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: chfn
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: Danish
|
||||
.\"
|
||||
.TH "CHFN" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "CHFN" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: newgrp
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: Danish
|
||||
.\"
|
||||
.TH "NEWGRP" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "NEWGRP" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: sg
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: Danish
|
||||
.\"
|
||||
.TH "SG" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "SG" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: gshadow
|
||||
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: Danish
|
||||
.\"
|
||||
.TH "GSHADOW" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "GSHADOW" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupdel
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: Danish
|
||||
.\"
|
||||
.TH "GROUPDEL" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPDEL" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: logoutd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: Danish
|
||||
.\"
|
||||
.TH "LOGOUTD" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "LOGOUTD" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: nologin
|
||||
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: Danish
|
||||
.\"
|
||||
.TH "NOLOGIN" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "NOLOGIN" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: vipw
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: Danish
|
||||
.\"
|
||||
.TH "VIPW" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "VIPW" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: chage
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "CHAGE" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "CHAGE" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: chfn
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "CHFN" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "CHFN" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: chsh
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "CHSH" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "CHSH" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: expiry
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "EXPIRY" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "EXPIRY" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: gpasswd
|
||||
.\" Author: Rafal Maszkowski
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "GPASSWD" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "GPASSWD" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: login
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "LOGIN" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "LOGIN" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: newgrp
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "NEWGRP" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "NEWGRP" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: passwd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "PASSWD" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "PASSWD" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: sg
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "SG" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "SG" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: su
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "SU" "1" "30.12.2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "SU" "1" "19.01.2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: shadow
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: Library Calls
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "SHADOW" "3" "30.12.2025" "shadow\-utils 4\&.19\&.0" "Library Calls"
|
||||
.TH "SHADOW" "3" "19.01.2026" "shadow\-utils 4\&.19\&.2" "Library Calls"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: faillog
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "FAILLOG" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuratio"
|
||||
.TH "FAILLOG" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuratio"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: gshadow
|
||||
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "GSHADOW" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "GSHADOW" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: limits
|
||||
.\" Author: Luca Berra
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "LIMITS" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "LIMITS" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: login.access
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "LOGIN\&.ACCESS" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "LOGIN\&.ACCESS" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: login.defs
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "LOGIN\&.DEFS" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "LOGIN\&.DEFS" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: passwd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "PASSWD" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "PASSWD" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: porttime
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "PORTTIME" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "PORTTIME" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: shadow
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "SHADOW" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "SHADOW" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: suauth
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "SUAUTH" "5" "30.12.2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "SUAUTH" "5" "19.01.2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: chgpasswd
|
||||
.\" Author: Thomas K\(/loczko <kloczek@pld.org.pl>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "CHGPASSWD" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "CHGPASSWD" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: chpasswd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "CHPASSWD" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "CHPASSWD" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: faillog
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "FAILLOG" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "FAILLOG" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupadd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "GROUPADD" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPADD" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupdel
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "GROUPDEL" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPDEL" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupmems
|
||||
.\" Author: George Kraft, IV
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "GROUPMEMS" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPMEMS" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupmod
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "GROUPMOD" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPMOD" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: grpck
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "GRPCK" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GRPCK" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: lastlog
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "LASTLOG" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "LASTLOG" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: logoutd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "LOGOUTD" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "LOGOUTD" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: newusers
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "NEWUSERS" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "NEWUSERS" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: nologin
|
||||
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "NOLOGIN" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "NOLOGIN" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: pwck
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "PWCK" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "PWCK" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: pwconv
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "PWCONV" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "PWCONV" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: sulogin
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "SULOGIN" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "SULOGIN" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: useradd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "USERADD" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "USERADD" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: userdel
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "USERDEL" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "USERDEL" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: usermod
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "USERMOD" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "USERMOD" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: vipw
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30.12.2025
|
||||
.\" Date: 19.01.2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: German
|
||||
.\"
|
||||
.TH "VIPW" "8" "30.12.2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "VIPW" "8" "19.01.2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: chage
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "CHAGE" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "CHAGE" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: chfn
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "CHFN" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "CHFN" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: chsh
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "CHSH" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "CHSH" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: expiry
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "EXPIRY" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "EXPIRY" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: gpasswd
|
||||
.\" Author: rafal Maszkowski
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "GPASSWD" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "GPASSWD" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: login
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "LOGIN" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "LOGIN" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: newgidmap
|
||||
.\" Author: Eric Biederman
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "NEWGIDMAP" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "NEWGIDMAP" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: newgrp
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "NEWGRP" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "NEWGRP" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: newuidmap
|
||||
.\" Author: Eric Biederman
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "NEWUIDMAP" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "NEWUIDMAP" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: passwd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "PASSWD" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "PASSWD" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: sg
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "SG" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "SG" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: su
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: User Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "SU" "1" "30/12/2025" "shadow\-utils 4\&.19\&.0" "User Commands"
|
||||
.TH "SU" "1" "19/01/2026" "shadow\-utils 4\&.19\&.2" "User Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: shadow
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: Library Calls
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "SHADOW" "3" "30/12/2025" "shadow\-utils 4\&.19\&.0" "Library Calls"
|
||||
.TH "SHADOW" "3" "19/01/2026" "shadow\-utils 4\&.19\&.2" "Library Calls"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: faillog
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "FAILLOG" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuratio"
|
||||
.TH "FAILLOG" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuratio"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: gshadow
|
||||
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "GSHADOW" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "GSHADOW" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: limits
|
||||
.\" Author: Luca Berra
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "LIMITS" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "LIMITS" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: login.access
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "LOGIN\&.ACCESS" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "LOGIN\&.ACCESS" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: login.defs
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "LOGIN\&.DEFS" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "LOGIN\&.DEFS" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: passwd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "PASSWD" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "PASSWD" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: porttime
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "PORTTIME" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "PORTTIME" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: shadow
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "SHADOW" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "SHADOW" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: suauth
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "SUAUTH" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "SUAUTH" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: subgid
|
||||
.\" Author: Eric Biederman
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "SUBGID" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "SUBGID" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: subuid
|
||||
.\" Author: Eric Biederman
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: File Formats and Configuration Files
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "SUBUID" "5" "30/12/2025" "shadow\-utils 4\&.19\&.0" "File Formats and Configuration"
|
||||
.TH "SUBUID" "5" "19/01/2026" "shadow\-utils 4\&.19\&.2" "File Formats and Configuration"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: chgpasswd
|
||||
.\" Author: Thomas K\(/loczko <kloczek@pld.org.pl>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "CHGPASSWD" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "CHGPASSWD" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: chpasswd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "CHPASSWD" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "CHPASSWD" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: faillog
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "FAILLOG" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "FAILLOG" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupadd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "GROUPADD" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPADD" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupdel
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "GROUPDEL" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPDEL" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupmems
|
||||
.\" Author: George Kraft, IV
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "GROUPMEMS" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPMEMS" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: groupmod
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "GROUPMOD" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GROUPMOD" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: grpck
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "GRPCK" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "GRPCK" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: lastlog
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "LASTLOG" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "LASTLOG" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: logoutd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "LOGOUTD" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "LOGOUTD" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: newusers
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "NEWUSERS" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "NEWUSERS" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: nologin
|
||||
.\" Author: Nicolas Fran\(,cois <nicolas.francois@centraliens.net>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "NOLOGIN" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "NOLOGIN" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: pwck
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "PWCK" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "PWCK" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: pwconv
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "PWCONV" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "PWCONV" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: sulogin
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "SULOGIN" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "SULOGIN" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: useradd
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "USERADD" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "USERADD" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: userdel
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "USERDEL" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "USERDEL" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
.\" Title: usermod
|
||||
.\" Author: Julianne Frances Haugh
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "USERMOD" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "USERMOD" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
+3
-3
@@ -2,12 +2,12 @@
|
||||
.\" Title: vipw
|
||||
.\" Author: Marek Micha\(/lkiewicz
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 30/12/2025
|
||||
.\" Date: 19/01/2026
|
||||
.\" Manual: System Management Commands
|
||||
.\" Source: shadow-utils 4.19.0
|
||||
.\" Source: shadow-utils 4.19.2
|
||||
.\" Language: French
|
||||
.\"
|
||||
.TH "VIPW" "8" "30/12/2025" "shadow\-utils 4\&.19\&.0" "System Management Commands"
|
||||
.TH "VIPW" "8" "19/01/2026" "shadow\-utils 4\&.19\&.2" "System Management Commands"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user