Unix manual page - definição. O que é Unix manual page. Significado, conceito
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

O que (quem) é Unix manual page - definição

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         

Wikipédia

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.