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:
dbm_open(3) -- database access functions
|
|
Database access functions. These functions are implemented using dbopen(3) with a hash(3) database. datum is declared in : typedef struct { char *dptr; int dsize; } datum; The dbm_open(base, f... |
|
FreeBSD Tip Of the Day
|
View all tips
|
In order to make fetch (the FreeBSD downloading tool) ask for
username/password when it encounter a password-protected web page, you can set
the environment variable HTTP_AUTH to 'basic:*'.
|
|