CentOS: Difference between revisions

m (Protected "CentOS" ([Edit=Allow only logged in users] (indefinite) [Move=Allow only logged in users] (indefinite) [Delete=Allow only logged in users] (indefinite)))
Line 108:
iptables -L -n
iptables-save | sudo tee /etc/sysconfig/iptables
 
 
= Misc =
 
== Locate ==
 
Mlocate maintains a database of all your files and is re-indexed once a day by default.
 
Installation:
yum install mlocate
 
To re-index immediately:
sudo updatedb
 
 
<br />