avatar

Andres Jaimes

CentOS useful commands

By Andres Jaimes

To get your CentOS version type:

cat /etc/redhat-release

To update all your CentOS packages at once:

yum update

To install nslookup, dig and other network utilities:

yum install bind-utils -y