enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. mkstemp - Wikipedia

    en.wikipedia.org/wiki/Mkstemp

    The following code is an example of the usage of mkstemp; the local variable filename is modified by mkstemp and will contain the path to the new file: [4] #include <stdlib.h> void example () { char filename [] = "/tmp/prefXXXXXX" ; mkstemp ( filename ); }

  3. man page - Wikipedia

    en.wikipedia.org/wiki/Man_page

    The man page for the sed utility, as seen in various Linux distributions. A man page (short for manual page) is a form of software documentation found on Unix and Unix-like operating systems. Topics covered include programs, system libraries, system calls, and sometimes local system details. The local host administrators can create and install ...

  4. Page attribute table - Wikipedia

    en.wikipedia.org/wiki/Page_Attribute_Table

    The page attribute table (PAT) is a processor supplementary capability extension to the page table format of certain x86 and x86-64 microprocessors. Like memory type range registers (MTRRs), they allow for fine-grained control over how areas of memory are cached , and are a companion feature to the MTRRs.

  5. Code page 737 - Wikipedia

    en.wikipedia.org/wiki/Code_page_737

    Code page 737 (CCSID 737) [1] (also known as CP 737, IBM 00737, and OEM 737, [2] MS-DOS Greek [3] or 437 G [4]) is a code page used under DOS to write the Greek language. [5] It was much more popular than code page 869 although it lacks the letters ΐ and ΰ.

  6. Michael Kerrisk - Wikipedia

    en.wikipedia.org/wiki/Michael_Kerrisk

    Michael Kerrisk is a technical author, programmer and, since 2004, maintainer of the Linux man-pages project, [1] succeeding Andries Brouwer. [2] He was born in 1961 in New Zealand and lives in Munich, Germany. Kerrisk has worked for Digital Equipment, Google, The Linux Foundation [3] and, as an editor and writer, for LWN.net. [4]

  7. Texinfo - Wikipedia

    en.wikipedia.org/wiki/Texinfo

    Notably, man is not available as an output format from the standard Texinfo tools. While Texinfo is used for writing the documentation of GNU software, which typically is used in Unix-like environments such as Linux, where man pages are the traditional format for documentation, the rationale for this is that man pages have a strict conventional format, used traditionally as quick reference ...

  8. lsof - Wikipedia

    en.wikipedia.org/wiki/Lsof

    Lsof is a complete redesign of the fstat/ofiles series, based on the SunOS vnode model. Thus, it has been tested on AIX 3.1.[357], HP-UX [78].x, NeXTStep 2.[01], Sequent Dynix 3.0.12 and 3.1.2, and Sunos 4.1 and 4.1.1. Using available kernel access methods, such as nlist() and kvm_read(), lsof reads process table entries, user areas and file ...

  9. Cache coloring - Wikipedia

    en.wikipedia.org/wiki/Cache_coloring

    Illustration of cache coloring. Left is virtual memory spaces, center is the physical memory space, and right is the CPU cache.. A physically indexed CPU cache is designed such that addresses in adjacent physical memory blocks take different positions ("cache lines") in the cache, but this is not the case when it comes to virtual memory; when virtually adjacent but not physically adjacent ...