2022-02-14 02:22:51 +00:00
|
|
|
---
|
|
|
|
title: ps
|
|
|
|
layout: command
|
|
|
|
version: 0.59.0
|
|
|
|
---
|
2019-11-30 11:48:23 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
View information about system processes.
|
2019-11-30 11:48:23 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Signature
|
2019-11-30 11:48:23 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
```> ps --long```
|
2019-11-30 11:48:23 +00:00
|
|
|
|
2022-02-14 02:22:51 +00:00
|
|
|
## Parameters
|
|
|
|
|
|
|
|
- `--long`: list all available columns for each entry
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
List the system processes
|
2019-11-30 11:48:23 +00:00
|
|
|
```shell
|
|
|
|
> ps
|
2020-06-23 18:21:47 +00:00
|
|
|
```
|
2020-09-07 05:02:45 +00:00
|
|
|
|