Além de copiar o arquivo de outra instância, você também pode reinstalar o pacote (via yum reinstall $package
), por exemplo:
[root@localhost ~]# rpm -qf /bin/hostname
net-tools-1.60-110.el6_2.x86_64
[root@localhost ~]# ls -l /bin/hostname
ls: cannot access /bin/hostname: No such file or directory
[root@localhost ~]# yum reinstall net-tools
(...)
Running Transaction
Installing : net-tools-1.60-110.el6_2.x86_64 1/1
Verifying : net-tools-1.60-110.el6_2.x86_64 1/1
Installed:
net-tools.x86_64 0:1.60-110.el6_2
Complete!
[root@localhost ~]# ls -l /bin/hostname
-rwxr-xr-x 1 root root 13712 May 10 2012 /bin/hostname