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:
mac68k/obio(4) -- Mac68k onboard I/O bus device
|
The obio interface serves as an abstraction used by the autoconfiguration system to help find and attach devices (e.g. the Ethernet or SCSI controllers) connected to the Macintosh onboard I/O bus. |
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.
|
|