owner=52400 name?

Steve Phillips steve at focb.co.nz
Sun Mar 20 14:16:44 UTC 2005


On Sun, 20 Mar 2005, Mike Vanecek wrote:

> How do I find the name of the owner=52400 and group=24067?
>
> -rw-r--r--    1 52400    24067         20K Dec 13  2003 tbl_query_box.php

cat /etc/passwd | grep 52400 | cut -f1 -d:

cat /etc/group | grep 24067 | cut -f1 -d:

-- 
Steve.




More information about the redhat-list mailing list