diff --git a/os/FreeBSD/Bastille/Bastille.md b/os/FreeBSD/Bastille/Bastille.md index d22a5c8..d5ae595 100644 --- a/os/FreeBSD/Bastille/Bastille.md +++ b/os/FreeBSD/Bastille/Bastille.md @@ -37,7 +37,7 @@ freebsd-version First we need to make a backup of `pf.conf`, if you already setup pf before, otherwise you can skip this step. ```sh -mv /etc/pf.conf /etc/pf.conf.backup +cp /etc/pf.conf /etc/pf.conf.backup ``` And then @@ -64,7 +64,7 @@ The `bastille setup` will try to configure the wrong config file and complain. W And change, assuming you created a zpool named `data`. -For example (WATCH OUT, BELOW COMMAND IS DANGEROUS): +For example: ```sh zpool create -f data /dev/ada0