Main index | Section 3 | 日本語 | Options |
#include <utime.h>
The utime() function sets the access and modification times of the named file from the actime and modtime fields of the struct utimbuf pointed at by timep.
If the times are specified (the timep argument is non- NULL) the caller must be the owner of the file or be the super-user.
If the times are not specified (the timep argument is NULL) the caller must be the owner of the file, have permission to write the file, or be the super-user.
UTIME (3) | June 9, 2016 |
Main index | Section 3 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed. | ” |
— The Unix Haters' handbook |