forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fwconsole: add page (tldr-pages#15350)
Co-authored-by: Wiktor Perskawiec <[email protected]>
- Loading branch information
1 parent
f44224a
commit 9f3091e
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |