Copyright © tutorialspoint.com
Syntax
Definition and UsageChanges the owner (and group) of a list of files. The first two elements of the list must be the numeric uid and gid, in that order. This funcation call works in similar way as unix command chown. Thus you should have sufficient privilege to change the permission of the file. Return Value
ExampleHere is an example which will change ownership for the given number of files.
|
Copyright © tutorialspoint.com