utime(1)


NAME
     utime, stime - interactively change the modified time

SYNOPSIS
     utime file
     stime [file]

DESCRIPTION
     Utime interactively changes the access and modified time of file.   Stime
     (a  link to utime) does the same, but sets the system time using stime(2)
     as well.  The file may even be omitted for  stime,  makeing  it  use  the
     current time as a start to only set the system time.

     Editing is done with the arrow keys (ANSI keyboard),  or  with  the  hjkl
     keys.  This needs no further explanation.

     When finished type RETURN and the time will be set.

SEE ALSO
     utime(2), stime(2), readclock(8), date(1).

AUTHOR
     Kees J. Bot (kjb@cs.vu.nl)