The *nix documentation project is meant to provide online searchable documentation for Linux, FreeBSD, OpenBSD, NetBSD, HP-UX, Tru64 and other Unix like operating systems.
Currently hosting over 25000 manual pages,
over 200 Linux Howtos, over 100 FreeBSD tips and a friendly comunity forum where your questions will be answered.
|
Random man page:
kgdb(7) -- remote kernel debugging with gdb
|
|
Should a programmer be dissatisfied with the OpenBSD kernel's internal debugger ddb(4), and have appropriate hardware available, a kernel with option KGDB may be built to effect remote debugging with... |
|
FreeBSD Tip Of the Day
|
View all tips
|
FreeBSD is started up by the program 'init'. The first thing init does when
starting multiuser mode (ie, starting the computer up for normal use) is to
run the shell script /etc/rc. By reading /etc/rc, you can learn a lot about
how the system is put together, which again will make you more confident about
what happens when you do something with it.
|
|