/sys$common/syshlp/helplib.hlb CC, Run-time functions, fchown *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Changes the owner and group of a file. Syntax: #include <unistd.h> int fchown(int fildes, uid_t owner, gid_t group);
|