fileowner returns the username OF the file's OWNER. Isn't that what you want? You don't think you're going to get their first and last name do you? "Floyd Resler" <fresler@xxxxxxxxxxxxx> wrote in message news:693F2104-A45D-403F-9C1D-13AD6E4FC12B@xxxxxxxxxxxxxxxx Is there a way I can get the name of a file's owner. I know I can get the username by doing this: posix_getpwuid(fileowner($filename)); How can I get the actual name of the owner? Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php