Шпаргалка по OpenBSD

$ man ping

$ apropos vi
$ whatis vi

$ whatis sysctl

$ apropos cryptography
$ whatis crypto


# dd if=filename of=full-path-to-floppy-device
# dd if=floppyB52.fs of=/dev/fd0c
C:> ntrw floppyB53.fs a:


# ifconfig


# ln -fs /usr/share/zoneinfo/Asia/Omsk /etc/localtime
# date


boot> help
boot> set timeout 10
> boot
boot> boot -s


# fsck -p
# mount -a


# sh /etc/netstart


boot> boot /bsd.rd
boot> boot -s /bsd.sp


boot> machine diskinfo
boot> set device hd2a
boot> ls
boot> set device hd1a
boot> ls
boot> boot -s
boot> boot -s hd1a:/bsd




Absolute OpenBSD: UNIX for the practical paranoid / Michael W. Lucas.