The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

uname (2)
  • uname (1) ( Solaris man: Команды и прикладные программы пользовательского уровня )
  • uname (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня )
  • uname (1) ( Русские man: Команды и прикладные программы пользовательского уровня )
  • uname (1) ( Linux man: Команды и прикладные программы пользовательского уровня )
  • uname (1) ( POSIX man: Команды и прикладные программы пользовательского уровня )
  • >> uname (2) ( Solaris man: Системные вызовы )
  • uname (2) ( Русские man: Системные вызовы )
  • uname (2) ( Linux man: Системные вызовы )
  • uname (3) ( FreeBSD man: Библиотечные вызовы )
  • uname (3) ( POSIX man: Библиотечные вызовы )
  • uname (8) ( Русские man: Команды системного администрирования )
  •  

    NAME

    uname - get name of current operating system
     
    

    SYNOPSIS

    #include <sys/utsname.h>
    
    int uname(struct utsname *name);
    

     

    DESCRIPTION

    The uname() function stores information identifying the current operating system in the structure pointed to by name.

    The uname() function uses the utsname structure, defined in <sys/utsname.h>, whose members include:

    char    sysname[SYS_NMLN];
    char    nodename[SYS_NMLN];
    char    release[SYS_NMLN];
    char    version[SYS_NMLN];
    char    machine[SYS_NMLN];
    

    The uname() function returns a null-terminated character string naming the current operating system in the character array sysname. Similarly, the nodename member contains the name by which the system is known on a communications network. The release and version members further identify the operating system. The machine member contains a standard name that identifies the hardware on which the operating system is running.  

    RETURN VALUES

    Upon successful completion, a non-negative value is returned. Otherwise, -1 is returned and errno is set to indicate the error.  

    ERRORS

    The uname() function will fail if:

    EFAULT

    The name argument points to an illegal address.

     

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    uname(1), sysinfo(2), sysconf(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру