|
CHGRP
Change Group Ownership of a file.
|
|
Syntax:
|
CHGRP group, file-specifier
|
|
Where:
|
group = numeric-expression rounded to an INTEGER
|
|
Usage:
|
CHGRP 32,"/usr/users/Florece/file1"
CHGRP 0,"/etc/passwd"
|
Description:
On operating systems which support both group and individual ownership of a file, CHGRP changes the group associated with a file. If the operating system does not support this call or if you do not have the proper privilege to change the group, an error is returned when the statement is executed. However, under any version of HTBasic, the editor will allow this statement to be entered and the syntax checker will check it for correctness.
The FAT file does not support file ownership.
CHGRP is not supported by HTBasic, executing this statement will cause an error.
See Also:
|
|