Unix manual page - Definition. Was ist Unix manual page
DICLIB.COM
KI-basierte Sprachtools
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:     

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Was (wer) ist Unix manual page - definition

ELECTRONIC DOCUMENTATION FILE FORMAT
Man (Unix); Man-page; Manpage; Man pages; UNIX manual; Unix manual; Manpages; Man (UNIX); Manual page (UNIX); Manual pages; UNIX Programmer's Manual; Unix Programmer's Manual; UNIX Programmer's manual; UNIX programmer's manual; Unix programmer's manual; Unix programmers manual; Unix Programmer's manual; Unix Programmers manual; Unix Programmers Manual; UNIX programmers manual; UNIX Programmers manual; UNIX Programmers Manual; Manual Page (Unix); Manual Page (UNIX); UNIX Manual; Unix Manual; Man Sudo; Manual page (unix); Manual page (Unix); Manual page; Man-db; Man file; Linux manual page; Man (command)
  • PDF]] format
  • 330x330px
  • [[OpenBSD]] section 8 intro man page, displaying in a text console
  • ''xman'', an early [[X11]] application for viewing manual pages

Unix manual page      
<operating system> (Or "man page") A part of Unix's extensive on-line documentation. To read a manual page, type man [-s<section>] <page> at a shell prompt, e.g. "man ftp" (the section number can usually be omitted). Pages are traditionally referred to using the notation "page(section)", e.g. ftp(1). Under SunOS (which is fairly typical), Section 1 covers commands, 2 system calls, 3 C library routines, 4 devices and networks, 5 file formats, 6 games and demos, 7 miscellaneous, 8 system administration. Each section has an introduction which can be obtained with, e.g., "man 2 intro". Manual pages are stored as nroff source files. Formatted versions are also usually cached. Unix manual page: man(1). A Linux man gateway (http://foldoc.org/man.cgi). {A Solaris man gateway (http://medsch.wisc.edu/cgi-bin/pdm/man.pl)}. (2000-03-13)
Man page         
A man page (short for manual page) is a form of software documentation usually found on a Unix or Unix-like operating system. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.
man page         

Wikipedia

Man page

A man page (short for manual page) is a form of software documentation usually found on a Unix or Unix-like operating system. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts. A user may invoke a man page by issuing the man command.

By default, man typically uses a terminal pager program such as more or less to display its output.

Man pages are often referred to as an on-line or online form of software documentation, even though the man command does not require internet access, dating back to the times when printed out-of-band manuals were the norm.