mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-13 23:15:41 +02:00
lid*: refresh pages (#17462)
This commit is contained in:
parent
ff6bb61bf7
commit
f5a274cbd8
3 changed files with 22 additions and 15 deletions
|
@ -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
pages/linux/lid.libuser.md
Normal file
12
pages/linux/lid.libuser.md
Normal 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}}`
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue