| Line 1: |
Line 1: |
| − | This page describes how the <code>exec</code> command in crtools works. | + | This page describes how the <code>exec</code> command in criu works. |
| | | | |
| | == Description == | | == Description == |
| Line 10: |
Line 10: |
| | | | |
| | <pre> | | <pre> |
| − | crtools exec -t <pid> <syscall-name> <syscall-arguments>
| + | criu exec -t <pid> <syscall-name> <syscall-arguments> |
| | </pre> | | </pre> |
| | | | |
| Line 33: |
Line 33: |
| | | | |
| | <pre> | | <pre> |
| − | # crtools exec -t <pid> close 1 | + | # criu exec -t <pid> close 1 |
| − | # crtools exec -t <pid> open '&<path-to-file>' 2 | + | # criu exec -t <pid> open '&<path-to-file>' 2 |
| | </pre> | | </pre> |
| | | | |
| Line 44: |
Line 44: |
| | | | |
| | <pre> | | <pre> |
| − | # crtools exec -t <pid> madvise <start> <lenght> <madvise-bits-value> | + | # criu exec -t <pid> madvise <start> <lenght> <madvise-bits-value> |
| | </pre> | | </pre> |