mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 03:49:47 +00:00
Update cheatsheets
This commit is contained in:
18
users
Normal file
18
users
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# users
|
||||
|
||||
> Display a list of logged in users.
|
||||
> See also: `useradd`, `userdel`, `usermod`.
|
||||
> More information: <https://www.gnu.org/software/coreutils/users>.
|
||||
|
||||
- Print logged in usernames:
|
||||
|
||||
`users`
|
||||
|
||||
- Print logged in usernames according to a given file:
|
||||
|
||||
`users {{/var/log/wmtp}}`
|
||||
Reference in New Issue
Block a user