CHOWN
Change Individual Ownership of a file.
 
Syntax:
CHOWN id, file-specifier
 
Where:
id = numeric-expression rounded to an INTEGER
 
Usage:
CHOWN 512,"/usr/users/Sherry/file2"
CHOWN 0,"/dev/tty1"
 
Description:
CHOWN is not supported by HTBasic, executing this statement will cause an error.
 
On operating systems which support individual ownership of a file, CHOWN changes the ownership of a file. If the operating system does not support this call or if you do not have the proper privilege to change the ownership, 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 system does not support file ownership.
 
 
See Also: