mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
nm-online: add page; nmtui-{connect,edit,hostname}: add alias pages (#10426)
* nmtui-{connect,edit,hostname}: add alias pages * nm-online: add page
This commit is contained in:
parent
c48bddf76c
commit
ec2bfe4a4a
4 changed files with 33 additions and 0 deletions
12
pages/linux/nm-online.md
Normal file
12
pages/linux/nm-online.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# nm-online
|
||||
|
||||
> Ask NetworkManager whether the network is connected.
|
||||
> More information: <https://networkmanager.dev/docs/api/latest/nm-online.html>.
|
||||
|
||||
- Find out whether the network is connected and print the result to `stdout`:
|
||||
|
||||
`nm-online`
|
||||
|
||||
- Wait `n` seconds for a connection (30 by default):
|
||||
|
||||
`nm-online --timeout {{n}}`
|
7
pages/linux/nmtui-connect.md
Normal file
7
pages/linux/nmtui-connect.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# nmtui-connect
|
||||
|
||||
> This command is an alias of `nmtui connect`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr nmtui`
|
7
pages/linux/nmtui-edit.md
Normal file
7
pages/linux/nmtui-edit.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# nmtui-edit
|
||||
|
||||
> This command is an alias of `nmtui edit`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr nmtui`
|
7
pages/linux/nmtui-hostname.md
Normal file
7
pages/linux/nmtui-hostname.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# nmtui-hostname
|
||||
|
||||
> This command is an alias of `nmtui hostname`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr nmtui`
|
Loading…
Add table
Reference in a new issue