Skip to content

Set file access and modification times #1724

Open
@mkroening

Description

@mkroening

The kernel should provide some functionality to set file access and modification times. This would probably entail system calls corresponding to futimens, utimensat, utimes:

  • int futimens(int fd, const struct timespec times[2]);
  • int utimensat(int fd, const char *path, const struct timespec times[2], int flag);
  • int utimes(const char *path, const struct timeval times[2]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions