Very nice infoBut I don't have this binary file "system-config-network" on the system, I only know this file name. the command which can't be appliedhow can I know what the package name I install ?yum install packagenameThank you again===============================
Perhaps this is what you're looking for:
# which system-config-network
/usr/sbin/system-config-network
# rpm -qf /usr/sbin/system-config-network
system-config-network-tui-1.3.99.10-2.el5
Or as a one-liner:
# rpm -qf $(which system-config-network)
> Thank you
HTH
Phil
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos
Now with a new friend-happy design! Try the new Yahoo! Canada Messenger
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos