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:
iscc(7) -- serial communications interface
|
An onboard Zilog 8530 DUART provides AXPvme-based Single Board Computers with console (CON) and auxiliary (AUX) serial communications ports. Both serial communications ports can operate at baud rates ... |
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.
|
|