lid*: refresh pages (#17462)

This commit is contained in:
Managor
2025-08-10 20:03:58 +03:00
committed by GitHub
parent ff6bb61bf7
commit f5a274cbd8
3 changed files with 22 additions and 15 deletions
+3 -9
View File
@@ -1,13 +1,7 @@
# libuser-lid
> Display a user's groups or a group's users.
> On Fedora and Arch Linux, this program is installed as `lid`.
> More information: <https://manned.org/lid.8>.
> This command is an alias of `lid`.
- List primary and secondary groups of a specific user:
- View documentation for the original command:
`sudo lid {{username}}`
- List users of a specific group:
`sudo lid --group {{name}}`
`tldr lid.libuser`
+12
View File
@@ -0,0 +1,12 @@
# lid
> Display a user's groups or a group's users.
> More information: <https://manned.org/lid.8>.
- List primary and secondary groups of a specific user:
`sudo lid {{username}}`
- List users of a specific group:
`sudo lid --group {{name}}`
+7 -6
View File
@@ -1,10 +1,11 @@
# lid
> Note: This page is currently a redirection stub. If you are familiar with this program, please open a pull request.
> Query ID database and report results.
> On Fedora and Arch Linux, the binary name `lid` is taken by another program - see `tldr libuser-lid`.
> More information: <https://www.gnu.org/software/idutils/>.
> `lid` can refer to multiple commands with the same name.
- View documentation for `libuser-lid`:
- View documentation for the `libuser` tool:
`tldr libuser-lid`
`tldr lid.libuser`
- View documentation for the `idutils` tool:
`tldr lid.idutils`