2022-02-14 02:22:51 +00:00
|
|
|
---
|
|
|
|
title: sys
|
|
|
|
layout: command
|
|
|
|
version: 0.59.0
|
|
|
|
---
|
2019-10-06 15:20:48 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
View information about the system.
|
2019-10-06 15:20:48 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Signature
|
2019-10-06 15:20:48 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
```> sys ```
|
2020-06-23 18:21:47 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Examples
|
2020-06-23 18:21:47 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
Show info about the system
|
2020-06-23 18:21:47 +00:00
|
|
|
```shell
|
2022-02-14 02:22:51 +00:00
|
|
|
> sys
|
2020-06-23 18:21:47 +00:00
|
|
|
```
|
|
|
|
|
2022-02-20 01:13:33 +00:00
|
|
|
Show the os system name with get
|
|
|
|
```shell
|
|
|
|
> (sys).host | get name
|
|
|
|
```
|
|
|
|
|
|
|
|
Show the os system name
|
|
|
|
```shell
|
|
|
|
> (sys).host.name
|
|
|
|
```
|