X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fmachinectl.xml;h=89dca9cf89f45b32c94ed58f078a80876cf3450c;hb=c594cccee264cfd98f183ae6ec289b11e70f2d6c;hp=ec2aaa56d7ddeea22196106c91fc742885b37a1c;hpb=63ba209d8bc64137ff1585d5878328c93cb81b61;p=elogind.git diff --git a/man/machinectl.xml b/man/machinectl.xml index ec2aaa56d..89dca9cf8 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + machinectl @@ -71,57 +72,6 @@ The following options are understood: - - - - - Prints a short help - text and exits. - - - - - - Prints a short version - string and exits. - - - - - - Do not pipe output into a - pager. - - - - - - Do not query the user - for authentication for privileged - operations. - - - - - - - Execute the operation - remotely. Specify a hostname, or - username and hostname separated by @, - to connect to. This will use SSH to - talk to the remote machine manager - instance. - - - - - - - Execute the operation on a - local container. Specify a container - name to connect to. - - @@ -162,7 +112,7 @@ When used with - kill-machine, + kill, choose which processes to kill. Must be one of , or to select whether @@ -177,7 +127,7 @@ When used with - kill-machine, choose + kill, choose which signal to send to selected processes. Must be one of the well-known signal specifiers, such as @@ -188,6 +138,20 @@ SIGTERM. + + + + Do not print the legend, + i.e. the column headers and the + footer. + + + + + + + + The following commands are understood: @@ -202,7 +166,7 @@ - status [ID...] + status ID... Show terse runtime status information about one or more @@ -215,7 +179,7 @@ - show [ID...] + show ID... Show properties of one or more registered virtual machines or @@ -239,7 +203,7 @@ - terminate [ID...] + terminate ID... Terminates a virtual machine or container. This kills all @@ -250,7 +214,7 @@ - kill [ID...] + kill ID... Send a signal to one or more processes of the virtual @@ -265,7 +229,19 @@ - login [ID] + reboot ID... + + Reboot one or more + containers. This will trigger a reboot + by sending SIGINT to the container's + init process, which is roughly + equivalent to pressing Ctrl+Alt+Del on + a non-containerized + system. + + + + login ID Open a terminal login session to a container. This will @@ -287,21 +263,7 @@ code otherwise. - - Environment - - - - $SYSTEMD_PAGER - Pager to use when - is not given; - overrides $PAGER. Setting - this to an empty string or the value - cat is equivalent to passing - . - - - + See Also