mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
20 lines
334 B
YAML
20 lines
334 B
YAML
|
name: users
|
||
|
examples: >-
|
||
|
List users that have interactive access via a shell that isn't false.
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT * FROM users WHERE shell!='/usr/bin/false';
|
||
|
|
||
|
```
|
||
|
columns:
|
||
|
- name: type
|
||
|
platforms:
|
||
|
- windows
|
||
|
- name: is_hidden
|
||
|
platforms:
|
||
|
- darwin
|
||
|
- name: pid_with_namespace
|
||
|
platforms:
|
||
|
- linux
|