chown

Name

chown -- Changes file ownership.

Type: function

Synopsis

chown( path uid gid, );

Arguments

path

An instance of <string>

uid

An instance of <fixnum>

gid

An instance of <fixnum>

Description

Changes file ownership. Probably requires root authority.