i user APACHE with PHP. if we use FTP program like filezilla. we will have field information about Permission (777) and Owner/Group (99 99) in *NIX i understand how to translate the Permission like 777
- 4 = Read
- 2 = Write
- 1 = eXecute
where its mean RW = 42 = 6
but what about Owner/Group = 99 99
How to translate it??
Many Thanks