Linux command
zm 命令
安全
May affect permissions or system state. Check the target first.
命令示例
Start the ZoneMinder system
sudo zmpkg.pl start
Stop the ZoneMinder system
sudo zmpkg.pl stop
Check system status
zmpkg.pl status
Start a specific daemon
sudo zmdc.pl start [zmc] -m [monitor_id]
Check daemon status
zmdc.pl status
Query monitor status
zmu -m [monitor_id] -q
说明
ZoneMinder is a video camera security and surveillance system. The zm family of commands manages the ZoneMinder daemons and services. Key components: - zmpkg.pl - Package control (start/stop entire system) - zmdc.pl - Daemon control (manage individual daemons) - zmu - Monitor utility (query monitor status) - zmwatch.pl - Watchdog daemon - zmaudit.pl - Database audit tool ZoneMinder consists of multiple daemons: capture daemons for each camera, analysis daemons for motion detection, and support services for web interface and event processing. The primary interface is web-based, with these commands providing backend management and troubleshooting capabilities.
FAQ
What is the zm command used for?
ZoneMinder is a video camera security and surveillance system. The zm family of commands manages the ZoneMinder daemons and services. Key components: - zmpkg.pl - Package control (start/stop entire system) - zmdc.pl - Daemon control (manage individual daemons) - zmu - Monitor utility (query monitor status) - zmwatch.pl - Watchdog daemon - zmaudit.pl - Database audit tool ZoneMinder consists of multiple daemons: capture daemons for each camera, analysis daemons for motion detection, and support services for web interface and event processing. The primary interface is web-based, with these commands providing backend management and troubleshooting capabilities.
How do I run a basic zm example?
Run `sudo zmpkg.pl start` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more zm examples?
This page includes 6 examples for zm, plus related commands for nearby Linux tasks.