From 2ef67421494606a406dc91cc24e4b733de1f3abf Mon Sep 17 00:00:00 2001 From: Sukrit Bhatnagar Date: Wed, 6 Mar 2019 08:27:44 +0530 Subject: Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md change chown to chmod --- docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/linux') 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 ``` -- cgit mrf-deployment