Differences between version 3 and previous revision of chown(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Wednesday, October 30, 2002 12:01:37 am | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Wednesday, October 30, 2002 12:00:34 am | by PerryLorier | Revert |
@@ -7,9 +7,9 @@
!!SYNOPSIS
__#include <sys/types.h>__
__#include <unistd.h>__
- __int chown(const char *__''path''__, uid_t__ ''owner''__, gid_t__ ''group''__);
+ __int chown(const char *__''path''__, uid_t__ ''owner''__, gid_t__ ''group''__);__
!!DESCRIPTION
The owner of the file specified by ''path''. Only the super-user may change the owner of a file. The owner of a file may change the group of the file to any group of which that owner is a member. The super-user may change the group arbitrarily.