|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
STIME(2) Linux Programmer's Manual STIME(2)
NAME
stime - set time
SYNOPSIS
#define _SVID_SOURCE /* glibc2 needs this */
#include <time.h>
int stime(time_t *t);
DESCRIPTION
stime() sets the system's idea of the time and date. Time, pointed to
by t, is measured in seconds from 00:00:00 GMT January 1, 1970.
stime() may only be executed by the superuser.
RETURN VALUE
On success, zero is returned. On error, -1 is returned, and errno is
set appropriately.
ERRORS
EFAULT Error in getting information from user space.
EPERM The calling process has insufficient privilege. Under Linux the
CAP_SYS_TIME privilege is required.
CONFORMING TO
SVr4, SVID, X/OPEN
NOTES
Under glibc2, <time.h> only provides a prototype when _SVID_SOURCE is
defined.
SEE ALSO
date(1), settimeofday(2), capabilities(7)
Linux 2.6.6 2004-05-27 STIME(2)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Tue Feb 13 02:17:37 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5323 hits) (openSUSE 10.2)
svn man page (5172 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4865 hits) (Solaris 10 11_06)
CPAN man page (4602 hits) (Suse Linux 10.1)
ssh man page (4337 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2841 hits) (Solaris 10 11_06)
netcat man page (2688 hits) (Suse Linux 10.1)
pprosetup man page (2473 hits) (Solaris 10 11_06)
startproc man page (2453 hits) (Suse Linux 10.1)
signal man page (2393 hits) (Suse Linux 10.1)
|