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:
pool_cache_put(9) -- resource-pool manager
|
These utility routines provide management of pools of fixedsized areas of memory. Resource pools set aside an amount of memory for exclusive use by the resource pool owner. This can be used by applica... |
FreeBSD Tip Of the Day
|
View all tips
|
When you've made modifications to a file in vi(1) and then find that
you can't write it, type ``!rm -f \%'' then ``:w!'' to force the
write
This won't work if you don't have write permissions to the directory
and probably won't be suitable if you're editing through a symbolic link.
|
|