diff options
| author | Sukrit Bhatnagar <skrtbhtngr@gmail.com> | 2019-03-06 08:27:44 +0530 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-03-18 07:30:25 +0100 |
| commit | 2ef67421494606a406dc91cc24e4b733de1f3abf (patch) | |
| tree | 24a2dd0655c8b51dfc344a6ab261eab0117d31ee /docs/linux | |
| parent | f87570444886cede1ec59563acce28033ed43dfa (diff) | |
Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md
change chown to chmod
Diffstat (limited to 'docs/linux')
| -rw-r--r-- | docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md index c91af4625..2b1301455 100644 --- a/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md +++ b/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md @@ -115,7 +115,7 @@ Create a Debian-stretch Linux image: ``` cd $IMAGE/ wget https://raw.githubusercontent.com/google/syzkaller/master/tools/create-image.sh -O create-image.sh -chown +x create-image.sh +chmod +x create-image.sh ./create-image.sh ``` |
