mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 22:57:59 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/linux/fwconsole
Normal file
37
tldr/linux/fwconsole
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user