  | |  | owner=52400 name? | owner=52400 name? 2005-03-20 - By Steve Phillips
Back 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.
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
|
|
 |