stime(2) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

stime(2)

stime(2)                         System Calls                         stime(2)



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.


       EINTR        The  calling  process  belongs  to  a  non-global zone and
                    receive a signal while setting the time.


       ECANCELED    The calling process belongs to a non-global zone and there
                    exists an internal I/O error.


SEE ALSO
       time(2), privileges(7)



Oracle Solaris 11.4               29 Jul 2015                         stime(2)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3