utime.2
来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 2 代码 · 共 32 行
2
32 行
.TH UTIME 2.SH NAMEutime \- set file times.SH SYNOPSIS.B #include <sys/types.h>.br.B utime(file, timep).br.B char *file;.br.B time_t timep[2];.SH DESCRIPTIONThe.I utimecalluses the`accessed' and `updated' times in that orderfrom the.I timepvectorto set the corresponding recorded times for.I file..PPThe caller must be the owner of the file or the super-user.The `inode-changed' time of the file is set to the current time..SH SEE ALSOstat (2).SH ASSEMBLER(utime = 30.).br.B sys utime; file; timep
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?