2022-10-18 19:13:42 +00:00
|
|
|
name: users
|
2023-05-31 02:04:29 +00:00
|
|
|
platforms:
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
- linux
|
2023-06-02 22:44:06 +00:00
|
|
|
- chrome
|
2022-10-18 19:13:42 +00:00
|
|
|
examples: >-
|
|
|
|
List users that have interactive access via a shell that isn't false.
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
SELECT * FROM users WHERE shell!='/usr/bin/false';
|
|
|
|
|
|
|
|
```
|
|
|
|
columns:
|
2023-05-31 02:04:29 +00:00
|
|
|
- name: gid
|
|
|
|
platforms:
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
- linux
|
|
|
|
- name: uid_signed
|
|
|
|
platforms:
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
- linux
|
|
|
|
- name: gid_signed
|
|
|
|
platforms:
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
- linux
|
|
|
|
- name: description
|
|
|
|
platforms:
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
- linux
|
|
|
|
- name: directory
|
|
|
|
platforms:
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
- linux
|
|
|
|
- name: shell
|
|
|
|
platforms:
|
|
|
|
- darwin
|
|
|
|
- windows
|
|
|
|
- linux
|
|
|
|
- name: uuid
|
|
|
|
- name: email
|
|
|
|
required: false
|
|
|
|
type: string
|
|
|
|
description: Email
|
|
|
|
platforms:
|
2023-06-02 22:44:06 +00:00
|
|
|
- chrome
|
2022-10-18 19:13:42 +00:00
|
|
|
- name: type
|
|
|
|
platforms:
|
|
|
|
- windows
|
|
|
|
- name: is_hidden
|
|
|
|
platforms:
|
|
|
|
- darwin
|
|
|
|
- name: pid_with_namespace
|
|
|
|
platforms:
|
|
|
|
- linux
|
2023-05-31 02:04:29 +00:00
|
|
|
- name: username
|
2023-07-07 16:55:38 +00:00
|
|
|
description: Username
|
|
|
|
notes: |
|
|
|
|
- On ChromeOS, this table requires the [fleetd Chrome extension](https://fleetdm.com/docs/using-fleet/chromeos).
|