Updated BSD (markdown)

Lauri Ojansivu 2023-02-28 03:11:13 +02:00
parent 71ea179aa2
commit d767d45ae7

4
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