CentOS useful commands
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
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