Linux console escape and control sequences NAME console_codes - Linux console escape and control sequences DESCRIPTION The Linux console implements a large subset of the VT102 and …virtual console memory NAME vcs, vcsa - virtual console memory DESCRIPTION /dev/vcs0 is a character device with major number 7 and minor number 0, usually with mode 0644 and owners…virtual console memory NAME vcs, vcsa - virtual console memory DESCRIPTION /dev/vcs0 is a character device with major number 7 and minor number 0, usually with mode 0644 and owners…always full device NAME full - always full device CONFIGURATION If your system does not have /dev/full created already, it can be created with the following commands: mknod -m 666 …introduction to special files NAME intro - introduction to special files DESCRIPTION Section 4 of the manual describes special files (devices). FILES /dev/* — device files NOTES Au…boot loader initialized RAM disk NAME initrd - boot loader initialized RAM disk CONFIGURATION /dev/initrd is a read-only block device assigned major number 1 and minor number 250. …serial mouse interface NAME mouse - serial mouse interface CONFIGURATION Serial mice are connected to a serial RS232/V24 dialout line, see ttyS (4) for a description. DESCRIPTION I…controlling terminal NAME tty - controlling terminal DESCRIPTION The file /dev/tty is a character file with major number 5 and minor number 0, usually with mode 0666 and ownership …Virtual Ethernet Device NAME veth - Virtual Ethernet Device DESCRIPTION The veth devices are virtual Ethernet devices. They can act as tunnels between network namespaces to create …pseudoterminal master and slave NAME ptmx, pts - pseudoterminal master and slave DESCRIPTION The file /dev/ptmx (the pseudoterminal multiplexor device) is a character file with maj…pseudoterminal master and slave NAME ptmx, pts - pseudoterminal master and slave DESCRIPTION The file /dev/ptmx (the pseudoterminal multiplexor device) is a character file with maj…kernel random number source devices NAME random, urandom - kernel random number source devices SYNOPSIS #include <linux/random.h> int ioctl( fd , RND request , param ); DESCRIPTION…kernel random number source devices NAME random, urandom - kernel random number source devices SYNOPSIS #include <linux/random.h> int ioctl( fd , RND request , param ); DESCRIPTION…HP Smart Array SCSI driver NAME hpsa - HP Smart Array SCSI driver SYNOPSIS modprobe hpsa [ hpsa_allow_any=1 ] DESCRIPTION hpsa is a SCSI driver for HP Smart Array RAID controllers.…loop devices NAME loop, loop-control - loop devices SYNOPSIS #include <linux/loop.h> DESCRIPTION The loop device is a block device that maps its data blocks not to a physical devic…loop devices NAME loop, loop-control - loop devices SYNOPSIS #include <linux/loop.h> DESCRIPTION The loop device is a block device that maps its data blocks not to a physical devic…real-time clock NAME rtc - real-time clock SYNOPSIS #include <linux/rtc.h> int ioctl( fd , RTC_ request , param ); DESCRIPTION This is the interface to drivers for real-time clocks…HP Smart Array block driver NAME cciss - HP Smart Array block driver SYNOPSIS modprobe cciss [ cciss_allow_hpsa=1 ] DESCRIPTION Note : This obsolete driver was removed in Linux 4.1…Filesystem in Userspace (FUSE) device NAME fuse - Filesystem in Userspace (FUSE) device SYNOPSIS #include <linux/fuse.h> DESCRIPTION This device is the primary interface between th…