table of contents
VSOMETHING(8) | System Administration | VSOMETHING(8) |
NAME¶
vsomething - execute something for a set of vservers
SYNOPSIS¶
vsomething [--quiet|-q] [--debug] <cmd> [--] <vserver-name>* [<filter>] -- <params>+
DESCRIPTION¶
where <filter> is any combination of: --all All guests --running All running guests --stopped All stopped guests --marked All guests with a mark set --unmarked All guests without a mark set --mark <m> All guests with mark <m> set
Execute <cmd> <vserver> <params>* foreach vserver.
REPORTING BUGS¶
Report bugs to <vserver@list.linux-vserver.org>.
This program is part of util-vserver
COPYRIGHT¶
Copyright © 2005 Enrico Scholz This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty.
May 2013 | vsomething -- execute something for a set of vservers |