diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2018-03-30 12:25:38 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2018-03-30 12:25:38 +0100 |
| commit | e6d748066e9eed5ac6b4aee7b12a1990fdad2bd6 (patch) | |
| tree | 76e50b3f0c39c2392bbeddd3230a12355d8f09f8 | |
| parent | 8bd756889efd0f8f740082dc7f2f95c7283bcfef (diff) | |
dont need sudo when generating .replay file
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ After producing ``io.capture`` it must be pre-processed. The resulting replay lo To generate the the replay log ``io.replay`` from the capture log ``io.capture`` run:
```sh
-sudo ioriot -c io.capture -r io.replay -n NAME -u USER
+ioriot -c io.capture -r io.replay -n NAME -u USER
```
In which NAME is a freely chosen name and USER must be a valid system user. It is the system user under which the replay test will run. This command also creates all required top level directories such as ``/.ioriot/NAME/``, ``/mnt/.ioriot/NAME/`` in all mounted file systems. These are the directories where the replay test will read/write files from/to. These directories will belong to user USER.
|
