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:
mknod(1m) -- create special files
|
The mknod command creates the following types of files: + Character device special file (first SYNOPSIS form), + Block device special file (second SYNOPSIS form), + FIFO file, sometimes called a named pipe (third SYNOPSIS form). name is the path name of the file to be created. The newly created file has a default mode that is readable and writable by all users (0666), but the mode is modified by t... |
FreeBSD Tip Of the Day
|
View all tips
|
Having trouble using fetch through a firewall? Try setting the environment
variable FTP_PASSIVE_MODE to yes, and see fetch(3) for more details.
|
|