The OpenNET Project / Index page

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

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

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

stime (2)
  • >> stime (2) ( Solaris man: Системные вызовы )
  • stime (2) ( Русские man: Системные вызовы )
  • stime (2) ( Linux man: Системные вызовы )
  •  

    NAME

    stime - set system time and date
     
    

    SYNOPSIS

    #include <unistd.h>
    
    int stime(const time_t *tp);
    

     

    DESCRIPTION

    The stime() function sets the system's idea of the time and date. The tp argument points to the value of time as measured in seconds from 00:00:00 UTC January 1, 1970.  

    RETURN VALUES

    Upon successful completion, 0 is returned. Otherwise, -1 is returned and errno is set to indicate the error.  

    ERRORS

    The stime() function will fail if:

    EINVAL

    The tp argument points to an invalid (negative) value.

    EPERM

    The {PRIV_SYS_TIME} privilege is not asserted in the effective set of the calling process.

     

    SEE ALSO

    time(2), privileges(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO


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




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

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