diff --git a/BSD.md b/BSD.md index e532afe..f9e65c7 100644 --- a/BSD.md +++ b/BSD.md @@ -137,11 +137,11 @@ pkg_delete $1 ``` shutdown.sh ``` -shutdown -p now +/sbin/shutdown -p now ``` reboot.sh (does now work well in VirtualBox 7.0.6 in Ubuntu, better to shutdown like above instead) ``` -shutdown -r now +/sbin/reboot -r now ``` ## OpenBSD