avatar

Andres Jaimes

CentOS useful commands

By Andres Jaimes

To get your CentOS version type:

1cat /etc/redhat-release

To update all your CentOS packages at once:

1yum update

To install nslookup, dig and other network utilities:

1yum install bind-utils -y