Topic : TOS - The Operating System Author : Version : tos.hyp (December 19, 2008) Subject : Programmieren/Atari Nodes : 3010 Index Size : 93790 HCP-Version : 5 Compiled on : Atari @charset : atarist @lang : @default : Title @help : @options : +g -i -s +x +zz -t4 @width : 70 View Ref-File11.5.16.5 xfs_chown TOS Name: »xfs_chown« - Required for Fchown. Parameters: a0 = DD * a1 = char *name d0 = uid d1 = gid -> d0 = long errcode Description: xfs_chown alters the owner (user ID and group ID) of a file. The parameters correspond to those of Fchown. Symbolic links are not followed, i.e. owner and group of the symbolic link are modified. It is not supported by DOS_XFS. Group: Make-up of an XFS See also: MagiC's XFS-concept Fchown