mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:35:24 +02:00
fwconsole: add page (#15350)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
f44224a1e7
commit
9f3091e01e
1 changed files with 32 additions and 0 deletions
32
pages/linux/fwconsole.md
Normal file
32
pages/linux/fwconsole.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# fwconsole
|
||||||
|
|
||||||
|
> Manage and configure your FreePBX system (PBX server).
|
||||||
|
> More information: <https://sangomakb.atlassian.net/wiki/spaces/PG/pages/41779247/fwconsole+commands+13>.
|
||||||
|
|
||||||
|
- Reload FreePBX configurations:
|
||||||
|
|
||||||
|
`fwconsole reload`
|
||||||
|
|
||||||
|
- Start Asterisk and other commands needed by FreePBX:
|
||||||
|
|
||||||
|
`fwconsole start`
|
||||||
|
|
||||||
|
- Stop Asterisk and other commands needed by FreePBX:
|
||||||
|
|
||||||
|
`fwconsole stop`
|
||||||
|
|
||||||
|
- View and update settings:
|
||||||
|
|
||||||
|
`fwconsole setting {{keyword}} {{new_value}}`
|
||||||
|
|
||||||
|
- List available backups:
|
||||||
|
|
||||||
|
`fwconsole backup --list`
|
||||||
|
|
||||||
|
- List available FreePBX commands:
|
||||||
|
|
||||||
|
`fwconsole list`
|
||||||
|
|
||||||
|
- Change ownership of all files and directories that FreePBX needs to be owned by the apache user:
|
||||||
|
|
||||||
|
`fwconsole chown`
|
Loading…
Add table
Reference in a new issue