mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 13:55:24 +02:00
lid: add page (#7578)
This commit is contained in:
parent
c14b68ffb9
commit
bf0ef98a3d
2 changed files with 23 additions and 0 deletions
13
pages/linux/libuser-lid.md
Normal file
13
pages/linux/libuser-lid.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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>.
|
||||
|
||||
- List primary and secondary groups of a specific user:
|
||||
|
||||
`sudo lid {{username}}`
|
||||
|
||||
- List users of a specific group:
|
||||
|
||||
`sudo lid --group {{name}}`
|
10
pages/linux/lid.md
Normal file
10
pages/linux/lid.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# 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/>.
|
||||
|
||||
- View documentation for `libuser-lid`:
|
||||
|
||||
`tldr libuser-lid`
|
Loading…
Add table
Reference in a new issue