summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/utmpupdate.md
blob: e89ab92af320a09b45233b9845732d13ea37f11b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## Name

utmpupdate

## Synopsis

```sh
$ utmpupdate [--create] [--delete] [--PID PID] [--from From] <tty>
```

## Options:

* `--help`: Display help message and exit
* `--version`: Print version
* `--complete`: Perform autocompletion
* `-c`, `--create`: Create entry
* `-d`, `--delete`: Delete entry
* `-p PID`, `--PID PID`: PID
* `-f From`, `--from From`: From

## Arguments:

* `tty`: TTY name

<!-- Auto-generated through ArgsParser -->