chmod.c File Reference

#include "libc.h"

Functions

int fchmod (int d, mode_t mode)
int chmod (const char *path, mode_t mode)
int chown (const char *path, uid_t owner, gid_t group)
int lchown (const char *path, uid_t owner, gid_t group)
int fchown (int fd, uid_t owner, gid_t group)
int utimes (const char *path, const struct timeval *times)
int lutimes (const char *path, const struct timeval *times)
int futimes (int fd, const struct timeval *times)
int utime (const char *file, const struct utimbuf *timep)

Function Documentation

int chmod const char *  path,
mode_t  mode
 

int chown const char *  path,
uid_t  owner,
gid_t  group
 

int fchmod int  d,
mode_t  mode
 

int fchown int  fd,
uid_t  owner,
gid_t  group
 

int futimes int  fd,
const struct timeval times
 

int lchown const char *  path,
uid_t  owner,
gid_t  group
 

int lutimes const char *  path,
const struct timeval times
 

int utime const char *  file,
const struct utimbuf timep
 

int utimes const char *  path,
const struct timeval times
 


Generated on Wed May 24 23:05:55 2006 for LSE/OS by  doxygen 1.4.6